diff options
Diffstat (limited to 'sphinx/domains/python.py')
-rw-r--r-- | sphinx/domains/python.py | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/sphinx/domains/python.py b/sphinx/domains/python.py index a4ab22566..61b8214ec 100644 --- a/sphinx/domains/python.py +++ b/sphinx/domains/python.py @@ -1,12 +1,4 @@ -""" - sphinx.domains.python - ~~~~~~~~~~~~~~~~~~~~~ - - The Python domain. - - :copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS. - :license: BSD, see LICENSE for details. -""" +"""The Python domain.""" import builtins import inspect |