Merge branch '3.12' of https://github.com/python/cpython into 3.12

This commit is contained in:
Thomas Wouters 2023-09-06 12:28:46 +02:00
commit ce3709568b

View file

@ -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