diff options
Diffstat (limited to 'pygments/regexopt.py')
-rw-r--r-- | pygments/regexopt.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/pygments/regexopt.py b/pygments/regexopt.py index 18b7ca07..bcbe829d 100644 --- a/pygments/regexopt.py +++ b/pygments/regexopt.py @@ -1,4 +1,3 @@ -# -*- coding: utf-8 -*- """ pygments.regexopt ~~~~~~~~~~~~~~~~~ @@ -6,7 +5,7 @@ An algorithm that generates optimized regexes for matching long lists of literal strings. - :copyright: Copyright 2006-2020 by the Pygments team, see AUTHORS. + :copyright: Copyright 2006-2021 by the Pygments team, see AUTHORS. :license: BSD, see LICENSE for details. """ |