diff options
author | Fabrizio Riguzzi <fabrizio.riguzzi@unife.it> | 2022-01-25 10:22:22 +0100 |
---|---|---|
committer | Fabrizio Riguzzi <fabrizio.riguzzi@unife.it> | 2022-01-25 10:22:22 +0100 |
commit | e35ad8c2169e77d94e266f633bc27f8d182e8b77 (patch) | |
tree | 66aa3e93ae33af7d7bbadb363a2777e44dc243cf /pygments/formatters/_mapping.py | |
parent | 4e7e60a874c61987228d403354f9dd47721ba949 (diff) | |
parent | 308f4c8f2992431d3b1fcdcc313b43182cb93ff3 (diff) | |
download | pygments-git-e35ad8c2169e77d94e266f633bc27f8d182e8b77.tar.gz |
Merge branch 'master' of github.com:friguzzi/pygments
Diffstat (limited to 'pygments/formatters/_mapping.py')
-rwxr-xr-x | pygments/formatters/_mapping.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pygments/formatters/_mapping.py b/pygments/formatters/_mapping.py index 95f8e566..15c3fe7d 100755 --- a/pygments/formatters/_mapping.py +++ b/pygments/formatters/_mapping.py @@ -8,7 +8,7 @@ Do not alter the FORMATTERS dictionary by hand. - :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. """ |