diff options
Diffstat (limited to 'sphinx/errors.py')
-rw-r--r-- | sphinx/errors.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sphinx/errors.py b/sphinx/errors.py index 30edd88a2..7ac997d3a 100644 --- a/sphinx/errors.py +++ b/sphinx/errors.py @@ -1,5 +1,4 @@ -"""Contains SphinxError and a few subclasses (in an extra module to avoid -circular import problems). +"""Contains SphinxError and a few subclasses. :copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS. :license: BSD, see LICENSE for details. |