Skip to content

Commit

Permalink
napoleon: Fix a broken test (refs: sphinx-doc#8049)
Browse files Browse the repository at this point in the history
Fix a testcase that added just before sphinx-doc#8049 merged.
  • Loading branch information
tk0miya committed Aug 7, 2020
1 parent e188d56 commit 99e65a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_ext_napoleon_docstring.py
Expand Up @@ -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.
"""
), (
Expand Down

0 comments on commit 99e65a5

Please sign in to comment.