mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +00:00
Merge branch '3.12' of https://github.com/python/cpython into 3.12
This commit is contained in:
commit
ce3709568b
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue