diff options
author | Georg Brandl <georg@python.org> | 2016-01-16 12:10:07 +0100 |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2016-01-16 12:10:07 +0100 |
commit | a35d0f75cbe17c7873f528c0b47c2e9468858e1a (patch) | |
tree | 943c5dd6937ab9eb0a676af94f69f2929e55d0fa /pygments/styles | |
parent | fe642a9838af4716485f94fa5bd3e12684d9e14e (diff) | |
download | pygments-a35d0f75cbe17c7873f528c0b47c2e9468858e1a.tar.gz |
"make check" style fixes.
Diffstat (limited to 'pygments/styles')
-rw-r--r-- | pygments/styles/lovelace.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/pygments/styles/lovelace.py b/pygments/styles/lovelace.py index 31bd5505..4009274c 100644 --- a/pygments/styles/lovelace.py +++ b/pygments/styles/lovelace.py @@ -8,6 +8,9 @@ Pygments style by Miikka Salminen (https://github.com/miikkas) A desaturated, somewhat subdued style created for the Lovelace interactive learning environment. + + :copyright: Copyright 2006-2015 by the Pygments team, see AUTHORS. + :license: BSD, see LICENSE for details. """ from pygments.style import Style |