diff options
author | Tim Hatch <tim@timhatch.com> | 2014-04-14 13:03:29 -0400 |
---|---|---|
committer | Tim Hatch <tim@timhatch.com> | 2014-04-14 13:03:29 -0400 |
commit | e0efb984487bb2e99bd2684689fee6ded477a478 (patch) | |
tree | bca99bafdaa9aa26b42a309157d973c253b49927 /external/moin-parser.py | |
parent | ae6b1507776410421b97faf0054111e34526dcbc (diff) | |
parent | 68296591d500a2106c8fe2b7dccd144b58a2d6b7 (diff) | |
download | pygments-e0efb984487bb2e99bd2684689fee6ded477a478.tar.gz |
Merged in brodie/pygments (pull request #191)
Conflicts:
pygments/lexers/jvm.py
Diffstat (limited to 'external/moin-parser.py')
-rw-r--r-- | external/moin-parser.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/external/moin-parser.py b/external/moin-parser.py index 6544da1b..41131185 100644 --- a/external/moin-parser.py +++ b/external/moin-parser.py @@ -31,7 +31,7 @@ If you do not want to do that and are willing to accept larger HTML output, you can set the INLINESTYLES option below to True. - :copyright: Copyright 2006-2013 by the Pygments team, see AUTHORS. + :copyright: Copyright 2006-2014 by the Pygments team, see AUTHORS. :license: BSD, see LICENSE for details. """ |