diff options
Diffstat (limited to 'pygments/style.py')
-rw-r--r-- | pygments/style.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pygments/style.py b/pygments/style.py index 7bb1f3f3..96a415ff 100644 --- a/pygments/style.py +++ b/pygments/style.py @@ -5,7 +5,7 @@ Basic style object. - :copyright: Copyright 2006-2010 by the Pygments team, see AUTHORS. + :copyright: Copyright 2006-2011 by the Pygments team, see AUTHORS. :license: BSD, see LICENSE for details. """ |