From: nabin2004 <107109731+nabin2004@users.noreply.github.com> Date: Wed, 6 Sep 2023 00:27:59 +0000 (+0545) Subject: gh-108857: improve markup in inspect.Signature.replace() docs (#108862) X-Git-Tag: v3.13.0a1~595 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=6f8411cfd68134ccae01b0b4cb332578008a69e3;p=thirdparty%2FPython%2Fcpython.git gh-108857: improve markup in inspect.Signature.replace() docs (#108862) --- diff --git a/Doc/library/inspect.rst b/Doc/library/inspect.rst index 7884308a3330..603ac3263bb9 100644 --- a/Doc/library/inspect.rst +++ b/Doc/library/inspect.rst @@ -730,7 +730,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