summaryrefslogtreecommitdiff
path: root/tests/test_autodoc.py
diff options
context:
space:
mode:
authorTakeshi KOMIYA <i.tkomiya@gmail.com>2020-04-05 23:57:05 +0900
committerTakeshi KOMIYA <i.tkomiya@gmail.com>2020-04-05 23:57:05 +0900
commit4f33a1eb86611c64a4a496f73b6e318e21c7c6b6 (patch)
treed10bd277819d96ffe9d73472da2598017ed9ca9f /tests/test_autodoc.py
parent4c1b8b8db6fa25afcab1a6a3634776009cfafddf (diff)
parentbecc798d36d747741760026f2a1b5f547d452aac (diff)
downloadsphinx-git-4f33a1eb86611c64a4a496f73b6e318e21c7c6b6.tar.gz
Merge branch '3.0.x' into 3.x
Diffstat (limited to 'tests/test_autodoc.py')
-rw-r--r--tests/test_autodoc.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_autodoc.py b/tests/test_autodoc.py
index 11c3503be..dd474536d 100644
--- a/tests/test_autodoc.py
+++ b/tests/test_autodoc.py
@@ -1422,7 +1422,7 @@ def test_wrappedfunction(app):
' :module: target.wrappedfunction',
'',
' This function is slow.',
- ' ',
+ '',
]