diff options
author | Takeshi KOMIYA <i.tkomiya@gmail.com> | 2020-04-05 23:49:08 +0900 |
---|---|---|
committer | Takeshi KOMIYA <i.tkomiya@gmail.com> | 2020-04-05 23:49:08 +0900 |
commit | becc798d36d747741760026f2a1b5f547d452aac (patch) | |
tree | 0d0b1cf668f57d0ef90dbbf8e594bdc517742c50 /tests/test_autodoc.py | |
parent | afdcd73ef935ba452f389451e80e02b750861230 (diff) | |
download | sphinx-git-becc798d36d747741760026f2a1b5f547d452aac.tar.gz |
test: Fix indentation
Diffstat (limited to 'tests/test_autodoc.py')
-rw-r--r-- | tests/test_autodoc.py | 2 |
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.', - ' ', + '', ] |