aboutsummaryrefslogtreecommitdiff
path: root/scripts/graphviz.py
diff options
context:
space:
mode:
authorJohn MacFarlane <fiddlosopher@gmail.com>2013-08-14 22:20:41 -0700
committerJohn MacFarlane <fiddlosopher@gmail.com>2013-08-14 22:20:41 -0700
commitb95823f4db6fb9943790bbffd693ca9756ca954e (patch)
tree490d7dbee58337dfe3b0b436e2025793ef1622cf /scripts/graphviz.py
parent5d2afd389478667d0c44ddf584bd93b9377e927e (diff)
downloadpandoc-b95823f4db6fb9943790bbffd693ca9756ca954e.tar.gz
Minor code reformatting in script examples.
Diffstat (limited to 'scripts/graphviz.py')
-rwxr-xr-xscripts/graphviz.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/scripts/graphviz.py b/scripts/graphviz.py
index 2d977079b..519a3a9cc 100755
--- a/scripts/graphviz.py
+++ b/scripts/graphviz.py
@@ -1,6 +1,7 @@
#!/usr/bin/env python
-"""Pandoc filter to process code blocks with class "graphviz" into
+"""
+Pandoc filter to process code blocks with class "graphviz" into
graphviz-generated images.
"""