diff options
Diffstat (limited to 'pygments/styles/tango.py')
-rw-r--r-- | pygments/styles/tango.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pygments/styles/tango.py b/pygments/styles/tango.py index 2abc8c61..5205244c 100644 --- a/pygments/styles/tango.py +++ b/pygments/styles/tango.py @@ -33,7 +33,7 @@ have been chosen to have the same style. Similarly, keywords (Keyword.*), and Operator.Word (and, or, in) have been assigned the same style. - :copyright: Copyright 2006-2017 by the Pygments team, see AUTHORS. + :copyright: Copyright 2006-2019 by the Pygments team, see AUTHORS. :license: BSD, see LICENSE for details. """ |