summaryrefslogtreecommitdiff
path: root/pygments/scanner.py
diff options
context:
space:
mode:
authorTim Hatch <tim@timhatch.com>2015-10-14 18:16:59 -0700
committerTim Hatch <tim@timhatch.com>2015-10-14 18:16:59 -0700
commit287ff9b31bdbbc5fbcecd8059a0fefdc264ff428 (patch)
treeb012a4366e1e91051420c5df39d24652d386319c /pygments/scanner.py
parent09fde648539e051a77a793fae40469c46aa7a68d (diff)
parentf70045a95c41687a989cb5920315f0633912f3c2 (diff)
downloadpygments-287ff9b31bdbbc5fbcecd8059a0fefdc264ff428.tar.gz
Merge with agosse/pygments-main (pull request #178)
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 f469e694..35dbbadd 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-2013 by the Pygments team, see AUTHORS.
+ :copyright: Copyright 2006-2015 by the Pygments team, see AUTHORS.
:license: BSD, see LICENSE for details.
"""
import re