summaryrefslogtreecommitdiff
path: root/pygments/scanner.py
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2010-01-01 14:13:04 +0100
committerGeorg Brandl <georg@python.org>2010-01-01 14:13:04 +0100
commit5ef2eb0fefdaaac99fcedf647e41d9e430572b38 (patch)
tree24051ff6981cfda949d13e75f70a942d8204e9ae /pygments/scanner.py
parente05675bd33590f6173a174c930c8f391a94b562a (diff)
downloadpygments-5ef2eb0fefdaaac99fcedf647e41d9e430572b38.tar.gz
Happy new year!
Diffstat (limited to 'pygments/scanner.py')
-rw-r--r--pygments/scanner.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pygments/scanner.py b/pygments/scanner.py
index 8d633f7a..a486f05b 100644
--- a/pygments/scanner.py
+++ b/pygments/scanner.py
@@ -12,7 +12,7 @@
Have a look at the `DelphiLexer` to get an idea of how to use
this scanner.
- :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