diff options
-rw-r--r-- | pygments/styles/tango.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/pygments/styles/tango.py b/pygments/styles/tango.py index 39f8ad19..0880373a 100644 --- a/pygments/styles/tango.py +++ b/pygments/styles/tango.py @@ -3,9 +3,6 @@ pygments.styles.tango ~~~~~~~~~~~~~~~~~~~~~ - :copyright: 2008 by André Roberge. - :license: BSD - The Crunchy default Style inspired from the color palette from the Tango Icon Theme Guidelines. @@ -35,6 +32,9 @@ Taking Python for example, comments (Comment.*) and docstrings (String.Doc) have been chosen to have the same style. Similarly, keywords (Keyword.*), and Operator.Word (and, or, in) have been assigned the same style. + + :copyright: 2008 by André Roberge. + :license: BSD, see LICENSE for more details. """ from pygments.style import Style |