diff options
author | thatch <devnull@localhost> | 2008-09-24 20:47:54 -0700 |
---|---|---|
committer | thatch <devnull@localhost> | 2008-09-24 20:47:54 -0700 |
commit | b0ae4cb300652e12a51e1511b8bf1908d7855980 (patch) | |
tree | 6ebaca1862a27c6e6d3a5a6d1993675476aa98b3 /pygments/styles/tango.py | |
parent | d4608a2ea92d1af34c25ae164a760ef828610366 (diff) | |
download | pygments-b0ae4cb300652e12a51e1511b8bf1908d7855980.tar.gz |
Move tango style's copyright info to the bottom of the docstring, so
`check_sources.py` is happy.
Diffstat (limited to 'pygments/styles/tango.py')
-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 |