Thanks to visit codestin.com Credit goes to github.com
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 495ba70 commit d7869ecCopy full SHA for d7869ec
Doc/library/inspect.rst
@@ -730,7 +730,7 @@ function.
730
731
.. method:: Signature.replace(*[, parameters][, return_annotation])
732
733
- 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
734
on. It is possible to pass different ``parameters`` and/or
735
``return_annotation`` to override the corresponding properties of the base
736
signature. To remove return_annotation from the copied Signature, pass in
0 commit comments