Skip to content

Commit

Permalink
bpo-45903: Fix typo in What's New: Signature.from_builtin is removed (G…
Browse files Browse the repository at this point in the history
  • Loading branch information
hugovk committed Jan 2, 2022
1 parent a82baed commit 7a8796d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Doc/whatsnew/3.11.rst
Expand Up @@ -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.
Expand Down

0 comments on commit 7a8796d

Please sign in to comment.