Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/sphinx-doc/sphinx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTakeshi KOMIYA <i.tkomiya@gmail.com>2017-03-26 05:52:15 +0300
committerTakeshi KOMIYA <i.tkomiya@gmail.com>2017-03-26 05:52:15 +0300
commit8f9dd6499207be2f3291a0982ed02e418730ef5e (patch)
treef24c345eac1c6d9e0f7e5e1f1c7e7fe10c1fd411 /sphinx/errors.py
parentd53204aa46712983c90313b071602cf48b79e679 (diff)
parentc57e47e0424be5d742ee6d5daf913274c6da069f (diff)
Merge branch 'stable'
Diffstat (limited to 'sphinx/errors.py')
-rw-r--r--sphinx/errors.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/sphinx/errors.py b/sphinx/errors.py
index 837bd5cff..7662c95a3 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-2016 by the Sphinx team, see AUTHORS.
+ :copyright: Copyright 2007-2017 by the Sphinx team, see AUTHORS.
:license: BSD, see LICENSE for details.
"""