Merge pull request #8065 from tk0miya/8049_update_testcase

napoleon: Fix a broken test (refs: #8049)
This commit is contained in:
Takeshi KOMIYA 2020-08-07 23:54:05 +09:00 committed by GitHub
commit 16e62c57e9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.
"""
), (