diff --git a/Doc/library/inspect.rst b/Doc/library/inspect.rst index 932e52816413ae..11f2d701199771 100644 --- a/Doc/library/inspect.rst +++ b/Doc/library/inspect.rst @@ -709,7 +709,7 @@ function. .. method:: Signature.replace(*[, parameters][, return_annotation]) - 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 on. It is possible to pass different ``parameters`` and/or ``return_annotation`` to override the corresponding properties of the base signature. To remove return_annotation from the copied Signature, pass in