diff options
author | Takeshi KOMIYA <i.tkomiya@gmail.com> | 2021-01-01 13:57:19 +0900 |
---|---|---|
committer | Takeshi KOMIYA <i.tkomiya@gmail.com> | 2021-01-01 13:57:19 +0900 |
commit | 4b452338f914d4f6b54704222d70ae8a746e3db5 (patch) | |
tree | b8898b22f61e3416dc758575c9061fef54e0bceb /sphinx/errors.py | |
parent | 1544097af546a4e5a674cce31646eb8e289dab9a (diff) | |
parent | 7ecf6b88aa5ddaed552527d2ef60f1bd35e98ddc (diff) | |
download | sphinx-git-4b452338f914d4f6b54704222d70ae8a746e3db5.tar.gz |
Merge branch '3.x'
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 d9a83712c..c632d8dbc 100644 --- a/sphinx/errors.py +++ b/sphinx/errors.py @@ -5,7 +5,7 @@ Contains SphinxError and a few subclasses (in an extra module to avoid circular import problems). - :copyright: Copyright 2007-2020 by the Sphinx team, see AUTHORS. + :copyright: Copyright 2007-2021 by the Sphinx team, see AUTHORS. :license: BSD, see LICENSE for details. """ |