mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Merge branch '3.0.x' into 3.x
This commit is contained in:
commit
4f33a1eb86
@ -17,7 +17,7 @@ import typing
|
|||||||
import warnings
|
import warnings
|
||||||
from functools import partial, partialmethod
|
from functools import partial, partialmethod
|
||||||
from inspect import ( # NOQA
|
from inspect import ( # NOQA
|
||||||
Parameter, isclass, ismethod, ismethoddescriptor, isroutine, unwrap
|
Parameter, isclass, ismethod, ismethoddescriptor, unwrap
|
||||||
)
|
)
|
||||||
from io import StringIO
|
from io import StringIO
|
||||||
from typing import Any, Callable, Mapping, List, Tuple
|
from typing import Any, Callable, Mapping, List, Tuple
|
||||||
|
@ -1422,7 +1422,7 @@ def test_wrappedfunction(app):
|
|||||||
' :module: target.wrappedfunction',
|
' :module: target.wrappedfunction',
|
||||||
'',
|
'',
|
||||||
' This function is slow.',
|
' This function is slow.',
|
||||||
' ',
|
'',
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user