diff options
Diffstat (limited to 'tests/test_util_docstrings.py')
-rw-r--r-- | tests/test_util_docstrings.py | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/tests/test_util_docstrings.py b/tests/test_util_docstrings.py index 73f155cf3..813e84e97 100644 --- a/tests/test_util_docstrings.py +++ b/tests/test_util_docstrings.py @@ -1,12 +1,4 @@ -""" - test_util_docstrings - ~~~~~~~~~~~~~~~~~~~~ - - Test sphinx.util.docstrings. - - :copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS. - :license: BSD, see LICENSE for details. -""" +"""Test sphinx.util.docstrings.""" from sphinx.util.docstrings import prepare_commentdoc, prepare_docstring, separate_metadata |