summaryrefslogtreecommitdiff
path: root/pygments/scanner.py
diff options
context:
space:
mode:
authorpreevs <devnull@localhost>2011-08-02 19:28:36 -0400
committerpreevs <devnull@localhost>2011-08-02 19:28:36 -0400
commit9afc51734911a6cf7f235f9ba573bca0a53e8cba (patch)
tree152fe89c88aa38e4afc757bef78f000cb918ea46 /pygments/scanner.py
parent6f6c33b7ddb284030d3e723706988718e113e37c (diff)
parentfe76841035ece13ad6640c920f2fd9d23144148b (diff)
downloadpygments-9afc51734911a6cf7f235f9ba573bca0a53e8cba.tar.gz
merge
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 a486f05b..337eb778 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-2010 by the Pygments team, see AUTHORS.
+ :copyright: Copyright 2006-2011 by the Pygments team, see AUTHORS.
:license: BSD, see LICENSE for details.
"""
import re