diff options
Diffstat (limited to 'pygments/__main__.py')
-rw-r--r-- | pygments/__main__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pygments/__main__.py b/pygments/__main__.py index c6e2517d..423b46e2 100644 --- a/pygments/__main__.py +++ b/pygments/__main__.py @@ -4,7 +4,7 @@ Main entry point for ``python -m pygments``. - :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. """ |