◐ Shell
clean mode source ↗

bpo-45903: Fix typo in What's New: Signature.from_builtin is removed by hugovk · Pull Request #29813 · python/cpython

Fix typo in "What's New In Python 3.11":

It's really Signature.from_builtin that is removed; Signature.from_callable is what should be called instead.

Typo originates from my #28618 / bpo-45320.

Does this typo fix need a news entry?

https://bugs.python.org/issue45903