summaryrefslogtreecommitdiff
path: root/pygments/console.py
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2013-01-09 13:24:33 +0100
committerGeorg Brandl <georg@python.org>2013-01-09 13:24:33 +0100
commitc7baf27b4058f53f8d26be23e45fb3e7772656eb (patch)
treecbe61af680e678990e108760272381501a80edbb /pygments/console.py
parentd3f74b1897d2cc5887527bf5a3faefcdcc20cb08 (diff)
parent07dc045f5ad2b94cb8c99313184e7306a62813ed (diff)
downloadpygments-c7baf27b4058f53f8d26be23e45fb3e7772656eb.tar.gz
Merged in andyli/pygments-main/ExtendedRegexLexer-tuple-newstate (pull request #131: ExtendedRegexLexer handles tuple new_state the same way as RegexLexer)
Diffstat (limited to 'pygments/console.py')
-rw-r--r--pygments/console.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pygments/console.py b/pygments/console.py
index 3901bd18..c8dfbd1f 100644
--- a/pygments/console.py
+++ b/pygments/console.py
@@ -5,7 +5,7 @@
Format colored console output.
- :copyright: Copyright 2006-2012 by the Pygments team, see AUTHORS.
+ :copyright: Copyright 2006-2013 by the Pygments team, see AUTHORS.
:license: BSD, see LICENSE for details.
"""