diff options
author | Georg Brandl <georg@python.org> | 2015-02-21 22:07:34 +0100 |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2015-02-21 22:07:34 +0100 |
commit | 1789b30a2bd021cb564f4bc422cbc6379c90a3f2 (patch) | |
tree | 1a10721bf03b9928253b5acabbc7e350315073f8 /scripts/debug_lexer.py | |
parent | cee05919253a9524fc82644e3e40e867cabb23fd (diff) | |
parent | 2993eb7a2275211bd4e156a5013be2f3f501a5d3 (diff) | |
download | pygments-1789b30a2bd021cb564f4bc422cbc6379c90a3f2.tar.gz |
merge with abo-abo
Diffstat (limited to 'scripts/debug_lexer.py')
-rwxr-xr-x | scripts/debug_lexer.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/debug_lexer.py b/scripts/debug_lexer.py index d4af3a61..87646a24 100755 --- a/scripts/debug_lexer.py +++ b/scripts/debug_lexer.py @@ -8,7 +8,7 @@ the text where Error tokens are being generated, along with some context. - :copyright: Copyright 2006-2014 by the Pygments team, see AUTHORS. + :copyright: Copyright 2006-2015 by the Pygments team, see AUTHORS. :license: BSD, see LICENSE for details. """ |