diff options
Diffstat (limited to 'pygments/modeline.py')
-rw-r--r-- | pygments/modeline.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pygments/modeline.py b/pygments/modeline.py index 047d86d6..43630835 100644 --- a/pygments/modeline.py +++ b/pygments/modeline.py @@ -4,7 +4,7 @@ A simple modeline parser (based on pymodeline). - :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. """ |