summaryrefslogtreecommitdiff
path: root/sphinx/pycode/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'sphinx/pycode/__init__.py')
-rw-r--r--sphinx/pycode/__init__.py10
1 files changed, 1 insertions, 9 deletions
diff --git a/sphinx/pycode/__init__.py b/sphinx/pycode/__init__.py
index 681bfa38b..5f386d62f 100644
--- a/sphinx/pycode/__init__.py
+++ b/sphinx/pycode/__init__.py
@@ -1,12 +1,4 @@
-"""
- sphinx.pycode
- ~~~~~~~~~~~~~
-
- Utilities parsing and analyzing Python code.
-
- :copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
- :license: BSD, see LICENSE for details.
-"""
+"""Utilities parsing and analyzing Python code."""
import re
import tokenize