Skip to content

Commit 3ccc98f

Browse files
authored
Fix name of removed inspect.Signature.from_builtin method in 3.11.0a2 changelog (#100525)
1 parent ad3c99e commit 3ccc98f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Misc/NEWS.d/3.11.0a2.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -618,7 +618,7 @@ Removed from the :mod:`inspect` module:
618618
use the :func:`inspect.signature` function and :class:`Signature` object
619619
directly.
620620

621-
* the undocumented ``Signature.from_callable`` and ``Signature.from_function``
621+
* the undocumented ``Signature.from_builtin`` and ``Signature.from_function``
622622
functions, deprecated since Python 3.5; use the
623623
:meth:`Signature.from_callable() <inspect.Signature.from_callable>` method
624624
instead.

0 commit comments

Comments
 (0)