mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Fix a testcase
This commit is contained in:
parent
88b213bbf0
commit
67708e7bb5
@ -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.',
|
||||
|
Loading…
Reference in New Issue
Block a user