mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Merge pull request #8065 from tk0miya/8049_update_testcase
napoleon: Fix a broken test (refs: #8049)
This commit is contained in:
commit
16e62c57e9
@ -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.
|
||||
"""
|
||||
), (
|
||||
|
Loading…
Reference in New Issue
Block a user