diff options
Diffstat (limited to 'tests/test_pycode_parser.py')
-rw-r--r-- | tests/test_pycode_parser.py | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/tests/test_pycode_parser.py b/tests/test_pycode_parser.py index 11e47a86b..5d2496ba5 100644 --- a/tests/test_pycode_parser.py +++ b/tests/test_pycode_parser.py @@ -1,12 +1,4 @@ -""" - test_pycode_parser - ~~~~~~~~~~~~~~~~~~ - - Test pycode.parser. - - :copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS. - :license: BSD, see LICENSE for details. -""" +"""Test pycode.parser.""" from sphinx.pycode.parser import Parser from sphinx.util.inspect import signature_from_str |