diff options
Diffstat (limited to 'sphinx/errors.py')
-rw-r--r-- | sphinx/errors.py | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/sphinx/errors.py b/sphinx/errors.py index c90dd10d0..a0263c613 100644 --- a/sphinx/errors.py +++ b/sphinx/errors.py @@ -1,13 +1,4 @@ -""" - sphinx.errors - ~~~~~~~~~~~~~ - - Contains SphinxError and a few subclasses (in an extra module to avoid - circular import problems). - - :copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS. - :license: BSD, see LICENSE for details. -""" +"""Contains SphinxError and a few subclasses.""" from typing import Any |