diff options
author | Georg Brandl <georg@python.org> | 2013-01-09 13:51:21 +0100 |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2013-01-09 13:51:21 +0100 |
commit | 890bf1d3fe5a706fd699f2f7076785695e675f00 (patch) | |
tree | 1b14abc0dfeaedd11b424ede065ab3a46af825a4 /scripts/find_error.py | |
parent | 85d29e399ce3e8651af495ebb08baa0788480f17 (diff) | |
parent | c7baf27b4058f53f8d26be23e45fb3e7772656eb (diff) | |
download | pygments-890bf1d3fe5a706fd699f2f7076785695e675f00.tar.gz |
Merged in btiffin/cobol-pygments (pull request #72: adding an OpenCOBOL lexer)
Diffstat (limited to 'scripts/find_error.py')
-rwxr-xr-x | scripts/find_error.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/find_error.py b/scripts/find_error.py index 453f16ed..8e4c79db 100755 --- a/scripts/find_error.py +++ b/scripts/find_error.py @@ -8,7 +8,7 @@ the text where Error tokens are being generated, along with some context. - :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. """ |