summaryrefslogtreecommitdiff
path: root/tests/test_pycode_parser.py
diff options
context:
space:
mode:
authorAdam Turner <9087854+aa-turner@users.noreply.github.com>2022-02-20 03:05:56 +0000
committerAdam Turner <9087854+aa-turner@users.noreply.github.com>2022-02-20 03:13:45 +0000
commit5775912455c25ee82734e1ff319a32f55946d79b (patch)
treee75fe3b61f6d92afb29fd38478e03d96179af015 /tests/test_pycode_parser.py
parent6bb7b891a16fbcd5fad1f88fb472505549b9c084 (diff)
downloadsphinx-git-5775912455c25ee82734e1ff319a32f55946d79b.tar.gz
Collapse single line docstrings
Diffstat (limited to 'tests/test_pycode_parser.py')
-rw-r--r--tests/test_pycode_parser.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/test_pycode_parser.py b/tests/test_pycode_parser.py
index cebcb97a3..5d2496ba5 100644
--- a/tests/test_pycode_parser.py
+++ b/tests/test_pycode_parser.py
@@ -1,5 +1,4 @@
-"""Test pycode.parser.
-"""
+"""Test pycode.parser."""
from sphinx.pycode.parser import Parser
from sphinx.util.inspect import signature_from_str