diff options
author | Georg Brandl <georg@python.org> | 2010-01-01 14:13:04 +0100 |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2010-01-01 14:13:04 +0100 |
commit | 5ef2eb0fefdaaac99fcedf647e41d9e430572b38 (patch) | |
tree | 24051ff6981cfda949d13e75f70a942d8204e9ae /pygments/lexer.py | |
parent | e05675bd33590f6173a174c930c8f391a94b562a (diff) | |
download | pygments-5ef2eb0fefdaaac99fcedf647e41d9e430572b38.tar.gz |
Happy new year!
Diffstat (limited to 'pygments/lexer.py')
-rw-r--r-- | pygments/lexer.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pygments/lexer.py b/pygments/lexer.py index cf5115f1..f28627b3 100644 --- a/pygments/lexer.py +++ b/pygments/lexer.py @@ -5,7 +5,7 @@ Base lexer classes. - :copyright: Copyright 2006-2009 by the Pygments team, see AUTHORS. + :copyright: Copyright 2006-2010 by the Pygments team, see AUTHORS. :license: BSD, see LICENSE for details. """ import re |