diff options
author | Georg Brandl <georg@python.org> | 2015-08-08 07:07:10 +0200 |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2015-08-08 07:07:10 +0200 |
commit | f3817e5d42209595fa787ef81814a8deedfb40ec (patch) | |
tree | 5da9b02514aa1c4da31ce5b808f46825fcde43f5 /pygments/styles/bw.py | |
parent | 62ed942986ae720e1df237c7d96700e93a2aaa11 (diff) | |
parent | 151707358274accc260f64e590879f8cd8b77465 (diff) | |
download | pygments-f3817e5d42209595fa787ef81814a8deedfb40ec.tar.gz |
Merged in ylikx/pygments-main (pull request #213)
Diffstat (limited to 'pygments/styles/bw.py')
-rw-r--r-- | pygments/styles/bw.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pygments/styles/bw.py b/pygments/styles/bw.py index 170442ad..56d78bd6 100644 --- a/pygments/styles/bw.py +++ b/pygments/styles/bw.py @@ -5,7 +5,7 @@ Simple black/white only style. - :copyright: Copyright 2006-2013 by the Pygments team, see AUTHORS. + :copyright: Copyright 2006-2015 by the Pygments team, see AUTHORS. :license: BSD, see LICENSE for details. """ |