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 53148af commit 2ef888dCopy full SHA for 2ef888d
Doc/library/inspect.rst
@@ -709,7 +709,7 @@ function.
709
710
.. method:: Signature.replace(*[, parameters][, return_annotation])
711
712
- Create a new Signature instance based on the instance replace was invoked
+ Create a new Signature instance based on the instance :meth:`replace` was invoked
713
on. It is possible to pass different ``parameters`` and/or
714
``return_annotation`` to override the corresponding properties of the base
715
signature. To remove return_annotation from the copied Signature, pass in
0 commit comments