Skip to content

Commit 16e62c5

Browse files
authored
Merge pull request #8065 from tk0miya/8049_update_testcase
napoleon: Fix a broken test (refs: #8049)
2 parents e188d56 + 99e65a5 commit 16e62c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_ext_napoleon_docstring.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1230,7 +1230,7 @@ class NumpyDocstringTest(BaseDocstringTest):
12301230
"""
12311231
Single line summary
12321232
1233-
:Parameters: * **arg1** (*str*) -- Extended description of arg1
1233+
:Parameters: * **arg1** (:class:`str`) -- Extended description of arg1
12341234
* **\\*args, \\*\\*kwargs** -- Variable length argument list and arbitrary keyword arguments.
12351235
"""
12361236
), (

0 commit comments

Comments
 (0)