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 /pygments/styles/tango.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 'pygments/styles/tango.py')
-rw-r--r-- | pygments/styles/tango.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pygments/styles/tango.py b/pygments/styles/tango.py index 7b1c4f3c..72b4cbdf 100644 --- a/pygments/styles/tango.py +++ b/pygments/styles/tango.py @@ -33,7 +33,7 @@ have been chosen to have the same style. Similarly, keywords (Keyword.*), and Operator.Word (and, or, in) have been assigned the same style. - :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. """ |