summaryrefslogtreecommitdiff
path: root/sphinx/parsers.py
diff options
context:
space:
mode:
Diffstat (limited to 'sphinx/parsers.py')
-rw-r--r--sphinx/parsers.py10
1 files changed, 1 insertions, 9 deletions
diff --git a/sphinx/parsers.py b/sphinx/parsers.py
index 3204c0a1b..b044f983b 100644
--- a/sphinx/parsers.py
+++ b/sphinx/parsers.py
@@ -1,12 +1,4 @@
-"""
- sphinx.parsers
- ~~~~~~~~~~~~~~
-
- A Base class for additional parsers.
-
- :copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
- :license: BSD, see LICENSE for details.
-"""
+"""A Base class for additional parsers."""
import warnings
from typing import TYPE_CHECKING, Any, Dict, List, Type, Union