diff options
author | Georg Brandl <georg@python.org> | 2021-01-18 21:38:53 +0100 |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2021-01-20 10:52:51 +0100 |
commit | dc9bf0c256dbd88c72349822d59b25f9d8225dc6 (patch) | |
tree | 5ead8cd9fd013a4ad132d258b6ba8c7f5a5cc1c7 /pygments/lexers/_mysql_builtins.py | |
parent | 91474bd6788c6c3124edba1a09fa20860200c92a (diff) | |
download | pygments-git-dc9bf0c256dbd88c72349822d59b25f9d8225dc6.tar.gz |
tests: code style fixups
Diffstat (limited to 'pygments/lexers/_mysql_builtins.py')
-rw-r--r-- | pygments/lexers/_mysql_builtins.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pygments/lexers/_mysql_builtins.py b/pygments/lexers/_mysql_builtins.py index b6f2e2aa..dfc82bcc 100644 --- a/pygments/lexers/_mysql_builtins.py +++ b/pygments/lexers/_mysql_builtins.py @@ -1,10 +1,10 @@ """ pygments.lexers._mysql_builtins - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Self-updating data files for the MySQL lexer. - :copyright: Copyright 2020 by the Pygments team, see AUTHORS. + :copyright: Copyright 2006-2021 by the Pygments team, see AUTHORS. :license: BSD, see LICENSE for details. """ |