From 99e65a59be8627b0e06786e082fae3d53b2340d0 Mon Sep 17 00:00:00 2001 From: Takeshi KOMIYA Date: Fri, 7 Aug 2020 23:44:30 +0900 Subject: [PATCH] napoleon: Fix a broken test (refs: #8049) Fix a testcase that added just before #8049 merged. --- tests/test_ext_napoleon_docstring.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_ext_napoleon_docstring.py b/tests/test_ext_napoleon_docstring.py index bf3c878a8e0..2f1e559b345 100644 --- a/tests/test_ext_napoleon_docstring.py +++ b/tests/test_ext_napoleon_docstring.py @@ -1230,7 +1230,7 @@ class NumpyDocstringTest(BaseDocstringTest): """ Single line summary - :Parameters: * **arg1** (*str*) -- Extended description of arg1 + :Parameters: * **arg1** (:class:`str`) -- Extended description of arg1 * **\\*args, \\*\\*kwargs** -- Variable length argument list and arbitrary keyword arguments. """ ), (