diff options
Diffstat (limited to 'sphinx/util/typing.py')
-rw-r--r-- | sphinx/util/typing.py | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/sphinx/util/typing.py b/sphinx/util/typing.py index f47788005..1534b2c8e 100644 --- a/sphinx/util/typing.py +++ b/sphinx/util/typing.py @@ -1,12 +1,4 @@ -""" - sphinx.util.typing - ~~~~~~~~~~~~~~~~~~ - - The composite types for Sphinx. - - :copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS. - :license: BSD, see LICENSE for details. -""" +"""The composite types for Sphinx.""" import sys import typing |