diff options
author | gbrandl <devnull@localhost> | 2007-01-25 20:03:01 +0100 |
---|---|---|
committer | gbrandl <devnull@localhost> | 2007-01-25 20:03:01 +0100 |
commit | b5196d5ff9ed68c2a8a1eee56b961cb7cdf11590 (patch) | |
tree | 6cda88ad6de8981728a5d3b708325f22297c46ad /pygments/lexers/text.py | |
parent | 1699701fd132c19974be66c5664a88a90a32a3d2 (diff) | |
download | pygments-b5196d5ff9ed68c2a8a1eee56b961cb7cdf11590.tar.gz |
[svn] Fix lexer docstrings.
Diffstat (limited to 'pygments/lexers/text.py')
-rw-r--r-- | pygments/lexers/text.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pygments/lexers/text.py b/pygments/lexers/text.py index e25cb3bb..126e554b 100644 --- a/pygments/lexers/text.py +++ b/pygments/lexers/text.py @@ -448,7 +448,7 @@ class MoinWikiLexer(RegexLexer): class RstLexer(RegexLexer): """ - For MoinMoin (and Trac) Wiki markup. + For `reStructuredText <http://docutils.sf.net/rst.html>`_ markup. *New in Pygments 0.7.* """ |