diff options
author | Georg Brandl <georg@python.org> | 2011-01-04 10:00:51 +0100 |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2011-01-04 10:00:51 +0100 |
commit | 901ef024a6309d69bd4e04da2145b97af99cb64e (patch) | |
tree | c30521ff90a59b6daa6dac72fbfd43b65c7cef2c /sphinx/errors.py | |
parent | fead912b0a78ff95c04311625b7bc891b6aeb8ca (diff) | |
download | sphinx-901ef024a6309d69bd4e04da2145b97af99cb64e.tar.gz |
New year update.
Diffstat (limited to 'sphinx/errors.py')
-rw-r--r-- | sphinx/errors.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sphinx/errors.py b/sphinx/errors.py index b614d9ab..bfc2be37 100644 --- a/sphinx/errors.py +++ b/sphinx/errors.py @@ -6,7 +6,7 @@ Contains SphinxError and a few subclasses (in an extra module to avoid circular import problems). - :copyright: Copyright 2007-2010 by the Sphinx team, see AUTHORS. + :copyright: Copyright 2007-2011 by the Sphinx team, see AUTHORS. :license: BSD, see LICENSE for details. """ |