bpo-45903: Fix typo in What's New: Signature.from_builtin is removed (GH-29813)

This commit is contained in:
Hugo van Kemenade 2022-01-02 18:51:56 +02:00 committed by GitHub
parent a82baed0e9
commit 7a8796dc67
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -528,7 +528,7 @@ Removed
use the :func:`inspect.signature` function and :class:`Signature` object
directly.
* the undocumented ``Signature.from_callable`` and ``Signature.from_function``
* the undocumented ``Signature.from_builtin`` and ``Signature.from_function``
functions, deprecated since Python 3.5; use the
:meth:`Signature.from_callable() <inspect.Signature.from_callable>` method
instead.