diff options
author | Georg Brandl <georg@python.org> | 2017-01-22 18:40:53 +0100 |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2017-01-22 18:40:53 +0100 |
commit | 0730d162c5dec55244f74e2220a12867e2480533 (patch) | |
tree | b487299af7e05e97193356ea5210639d2f19a814 | |
parent | b0802fe05b98243d83e56b96c1069b24b7641f34 (diff) | |
download | pygments-git-0730d162c5dec55244f74e2220a12867e2480533.tar.gz |
styles: fixups
-rw-r--r-- | pygments/styles/__init__.py | 2 | ||||
-rw-r--r-- | pygments/styles/rainbow_dash.py | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/pygments/styles/__init__.py b/pygments/styles/__init__.py index 198c685d..e1c0c39c 100644 --- a/pygments/styles/__init__.py +++ b/pygments/styles/__init__.py @@ -42,7 +42,7 @@ STYLE_MAP = { 'algol': 'algol::AlgolStyle', 'algol_nu': 'algol_nu::Algol_NuStyle', 'arduino': 'arduino::ArduinoStyle', - 'rainbow_dash': 'rainbow_dash::RainbowDashStyle' + 'rainbow_dash': 'rainbow_dash::RainbowDashStyle', } diff --git a/pygments/styles/rainbow_dash.py b/pygments/styles/rainbow_dash.py index ac8d56d2..7cf5c9d7 100644 --- a/pygments/styles/rainbow_dash.py +++ b/pygments/styles/rainbow_dash.py @@ -7,7 +7,7 @@ .. _theme: http://sanssecours.github.io/Rainbow-Dash.tmbundle - :copyright: Copyright 2006-2016 by the Pygments team, see AUTHORS. + :copyright: Copyright 2006-2017 by the Pygments team, see AUTHORS. :license: BSD, see LICENSE for details. """ |