diff options
Diffstat (limited to 'pygments/lexers/pascal.py')
-rw-r--r-- | pygments/lexers/pascal.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pygments/lexers/pascal.py b/pygments/lexers/pascal.py index cab170db..34df1921 100644 --- a/pygments/lexers/pascal.py +++ b/pygments/lexers/pascal.py @@ -4,7 +4,7 @@ Lexers for Pascal family languages. - :copyright: Copyright 2006-2022 by the Pygments team, see AUTHORS. + :copyright: Copyright 2006-2023 by the Pygments team, see AUTHORS. :license: BSD, see LICENSE for details. """ |