diff options
author | Georg Brandl <georg@python.org> | 2010-01-01 20:12:45 +0100 |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2010-01-01 20:12:45 +0100 |
commit | 8448d17a2983fb01855000411f30d1625389771f (patch) | |
tree | a52bbcbe68c16987b57eefbbe77422b4b29cedfd /pygments/lexers/_asybuiltins.py | |
parent | 9e93673ceddccc55e4bcdc03acebf3f258481c90 (diff) | |
download | pygments-8448d17a2983fb01855000411f30d1625389771f.tar.gz |
Fix various "make check" issues.
Diffstat (limited to 'pygments/lexers/_asybuiltins.py')
-rw-r--r-- | pygments/lexers/_asybuiltins.py | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/pygments/lexers/_asybuiltins.py b/pygments/lexers/_asybuiltins.py index ae4ba0cb..fbfd937e 100644 --- a/pygments/lexers/_asybuiltins.py +++ b/pygments/lexers/_asybuiltins.py @@ -1,17 +1,17 @@ # -*- coding: utf-8 -*- """ - pygments.lexers._asylist - ~~~~~~~~~~~~~~~~~~~~~~~~ + pygments.lexers._asybuiltins + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - This file contains the asy-function names and asy-variable names of Asymptote + This file contains the asy-function names and asy-variable names of + Asymptote. - Do not edit the ASYFUNCNAME and ASYVARNAME dict by hand. - TODO : perl/python script in Asymptote SVN similar to asy-list.pl but only + Do not edit the ASYFUNCNAME and ASYVARNAME sets by hand. + TODO: perl/python script in Asymptote SVN similar to asy-list.pl but only for function and variable names. - - :copyright: 2009 by Olivier Guibé - :license: BSD, see LICENSE for more details. + :copyright: Copyright 2006-2010 by the Pygments team, see AUTHORS. + :license: BSD, see LICENSE for details. """ ASYFUNCNAME = set([ |