summaryrefslogtreecommitdiff
path: root/sphinx/pycode/parser.py
diff options
context:
space:
mode:
Diffstat (limited to 'sphinx/pycode/parser.py')
-rw-r--r--sphinx/pycode/parser.py10
1 files changed, 1 insertions, 9 deletions
diff --git a/sphinx/pycode/parser.py b/sphinx/pycode/parser.py
index 5034fe9d5..ff1135c25 100644
--- a/sphinx/pycode/parser.py
+++ b/sphinx/pycode/parser.py
@@ -1,12 +1,4 @@
-"""
- sphinx.pycode.parser
- ~~~~~~~~~~~~~~~~~~~~
-
- 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 inspect
import itertools
import re