We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f15265e commit 9e44db1Copy full SHA for 9e44db1
1 file changed
stubs/Deprecated/deprecated/sphinx.pyi
@@ -23,7 +23,6 @@ class SphinxAdapter(ClassicAdapter):
23
) -> None: ...
24
@overload
25
def __call__(self, wrapped: _F) -> _F: ...
26
-
27
28
def __call__(self, wrapped: _F) -> Callable[[_F], _F]: ...
29
"""
@@ -34,7 +33,7 @@ class SphinxAdapter(ClassicAdapter):
34
33
def get_deprecated_msg(self, wrapped: _F, instance: Any) -> str: ...
35
36
:param wrapped: Wrapped class or function.
37
+
38
:param instance: The object to which the wrapped function was bound when it was called.
39
40
0 commit comments