diff options
Diffstat (limited to 'pygments/lexers/_asy_builtins.py')
-rw-r--r-- | pygments/lexers/_asy_builtins.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pygments/lexers/_asy_builtins.py b/pygments/lexers/_asy_builtins.py index 74e057ef..88c20388 100644 --- a/pygments/lexers/_asy_builtins.py +++ b/pygments/lexers/_asy_builtins.py @@ -9,7 +9,7 @@ TODO: perl/python script in Asymptote SVN similar to asy-list.pl but only for function and variable names. - :copyright: Copyright 2006-2021 by the Pygments team, see AUTHORS. + :copyright: Copyright 2006-2022 by the Pygments team, see AUTHORS. :license: BSD, see LICENSE for details. """ |