summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2017-01-22 18:40:53 +0100
committerGeorg Brandl <georg@python.org>2017-01-22 18:40:53 +0100
commit89d6a0b9220c5c2d1c40ba1535cd50130d8bafb2 (patch)
tree1f52d8d6fdfec13a2a47df780037162db5cad85e
parent1458f50276e334438dfea31e62950abd5f0ff33e (diff)
downloadpygments-89d6a0b9220c5c2d1c40ba1535cd50130d8bafb2.tar.gz
styles: fixups
-rw-r--r--pygments/styles/__init__.py2
-rw-r--r--pygments/styles/rainbow_dash.py2
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.
"""