Skip to content

Commit

Permalink
Fix name of removed inspect.Signature.from_builtin method in 3.11.0…
Browse files Browse the repository at this point in the history
…a2 changelog (#100525)
  • Loading branch information
Jackenmen committed Dec 26, 2022
1 parent ad3c99e commit 3ccc98f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Misc/NEWS.d/3.11.0a2.rst
Expand Up @@ -618,7 +618,7 @@ Removed from the :mod:`inspect` module:
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 3ccc98f

Please sign in to comment.