diff options
author | John MacFarlane <fiddlosopher@gmail.com> | 2013-08-14 22:20:41 -0700 |
---|---|---|
committer | John MacFarlane <fiddlosopher@gmail.com> | 2013-08-14 22:20:41 -0700 |
commit | b95823f4db6fb9943790bbffd693ca9756ca954e (patch) | |
tree | 490d7dbee58337dfe3b0b436e2025793ef1622cf /scripts/graphviz.py | |
parent | 5d2afd389478667d0c44ddf584bd93b9377e927e (diff) | |
download | pandoc-b95823f4db6fb9943790bbffd693ca9756ca954e.tar.gz |
Minor code reformatting in script examples.
Diffstat (limited to 'scripts/graphviz.py')
-rwxr-xr-x | scripts/graphviz.py | 3 |
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. """ |