summaryrefslogtreecommitdiff
path: root/external/rst-directive.py
diff options
context:
space:
mode:
authorgbrandl <devnull@localhost>2007-11-21 00:06:55 +0100
committergbrandl <devnull@localhost>2007-11-21 00:06:55 +0100
commit4b2342b450e066aabf2ccf0bfc960a705df3d4b7 (patch)
tree91cd11b2f1b9d3bc190541bcadae42d301be7b3c /external/rst-directive.py
parentca38c177e23d1f0449ce0df137cb20575e8f4d63 (diff)
downloadpygments-4b2342b450e066aabf2ccf0bfc960a705df3d4b7.tar.gz
Fix file heading.
Diffstat (limited to 'external/rst-directive.py')
-rw-r--r--external/rst-directive.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/external/rst-directive.py b/external/rst-directive.py
index 9c3d1b78..9ed14a67 100644
--- a/external/rst-directive.py
+++ b/external/rst-directive.py
@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-
"""
- The Pygments MoinMoin Parser
- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ The Pygments reStructuredText directive
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
This fragment is a Docutils_ 0.4 directive that renders source code
(to HTML only, currently) via Pygments.