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 | 6f38333f551cdd9862c37365b424d2b181bbeb6d (patch) | |
| tree | 74c198d2d4a2acc664308b6974f90646ba09443d /pygments/styles | |
| parent | 2acb9bacc2a8789af516682da10515e261079ac3 (diff) | |
| download | pygments-git-6f38333f551cdd9862c37365b424d2b181bbeb6d.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 |
