diff options
| author | Georg Brandl <georg@python.org> | 2019-05-28 07:00:40 +0200 |
|---|---|---|
| committer | Georg Brandl <georg@python.org> | 2019-05-28 07:00:40 +0200 |
| commit | 597020d4ce90505dad8b850eadafd20f06bf1dc9 (patch) | |
| tree | 94223979d3eb47e3076a6996889a42947fabcfd7 /pygments/styles/paraiso_light.py | |
| parent | abb7caf1f9cad956089bde817daa5a2eee8959a1 (diff) | |
| download | pygments-git-2.4.2.tar.gz | |
Fixup all headers and some more minor problems.2.4.2
Diffstat (limited to 'pygments/styles/paraiso_light.py')
| -rw-r--r-- | pygments/styles/paraiso_light.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pygments/styles/paraiso_light.py b/pygments/styles/paraiso_light.py index 186e4775..a5f357ba 100644 --- a/pygments/styles/paraiso_light.py +++ b/pygments/styles/paraiso_light.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -u""" +""" pygments.styles.paraiso_light ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ @@ -9,7 +9,7 @@ u""" Created with Base16 Builder by Chris Kempson (https://github.com/chriskempson/base16-builder). - :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. """ |
