diff options
author | Tim Hatch <tim@timhatch.com> | 2015-10-14 18:16:59 -0700 |
---|---|---|
committer | Tim Hatch <tim@timhatch.com> | 2015-10-14 18:16:59 -0700 |
commit | 287ff9b31bdbbc5fbcecd8059a0fefdc264ff428 (patch) | |
tree | b012a4366e1e91051420c5df39d24652d386319c /pygments/scanner.py | |
parent | 09fde648539e051a77a793fae40469c46aa7a68d (diff) | |
parent | f70045a95c41687a989cb5920315f0633912f3c2 (diff) | |
download | pygments-287ff9b31bdbbc5fbcecd8059a0fefdc264ff428.tar.gz |
Merge with agosse/pygments-main (pull request #178)
Diffstat (limited to 'pygments/scanner.py')
-rw-r--r-- | pygments/scanner.py | 2 |
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 |