diff options
| author | Georg Brandl <georg@python.org> | 2007-11-21 00:06:55 +0100 |
|---|---|---|
| committer | Georg Brandl <georg@python.org> | 2007-11-21 00:06:55 +0100 |
| commit | 898ffdac299994de2462bccb419e6b9005167935 (patch) | |
| tree | 91cd11b2f1b9d3bc190541bcadae42d301be7b3c /external | |
| parent | bafc68f037cbb93e8a188cf1489247e56f5b3a0e (diff) | |
| download | pygments-git-898ffdac299994de2462bccb419e6b9005167935.tar.gz | |
Fix file heading.
Diffstat (limited to 'external')
| -rw-r--r-- | external/rst-directive.py | 4 |
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. |
