diff options
author | Georg Brandl <georg@python.org> | 2013-01-09 12:35:45 +0100 |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2013-01-09 12:35:45 +0100 |
commit | 566372919bce8374717f4943815553d8b7068de1 (patch) | |
tree | f7d49205ec56418a867d113bd2dfeaea4ec164f2 /pygments/lexers/_sourcemodbuiltins.py | |
parent | 68a10f38d3814e2292849306a815387c6259ce06 (diff) | |
download | pygments-566372919bce8374717f4943815553d8b7068de1.tar.gz |
Fix issues found by "make check".
Diffstat (limited to 'pygments/lexers/_sourcemodbuiltins.py')
-rw-r--r-- | pygments/lexers/_sourcemodbuiltins.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pygments/lexers/_sourcemodbuiltins.py b/pygments/lexers/_sourcemodbuiltins.py index 19c783a0..0965a829 100644 --- a/pygments/lexers/_sourcemodbuiltins.py +++ b/pygments/lexers/_sourcemodbuiltins.py @@ -1,14 +1,14 @@ # -*- coding: utf-8 -*- """ pygments.lexers._sourcemodbuiltins - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ This file contains the names of SourceMod functions. It is able to re-generate itself. Do not edit the FUNCTIONS list by hand. - :copyright: Copyright 2006-2011 by the Pygments team, see AUTHORS. + :copyright: Copyright 2006-2012 by the Pygments team, see AUTHORS. :license: BSD, see LICENSE for details. """ |