Skip to content

Commit

Permalink
Fix a testcase
Browse files Browse the repository at this point in the history
  • Loading branch information
tk0miya committed Apr 4, 2022
1 parent 88b213b commit 67708e7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_ext_autodoc_autofunction.py
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,7 @@ def test_singledispatch(app):
' func(arg: float, kwarg=None)',
' func(arg: int, kwarg=None)',
' func(arg: str, kwarg=None)',
' func(arg: dict, kwarg=None)',
' :module: target.singledispatch',
'',
' A function for general use.',
Expand Down

0 comments on commit 67708e7

Please sign in to comment.