{{ message }}
bpo-45903: Fix typo in What's New: Signature.from_builtin is removed#29813
Merged
Mariatta merged 1 commit intoJan 2, 2022
Merged
bpo-45903: Fix typo in What's New: Signature.from_builtin is removed#29813Mariatta merged 1 commit into
Mariatta merged 1 commit into
Conversation
JelleZijlstra
approved these changes
Nov 27, 2021
JelleZijlstra
left a comment
Member
There was a problem hiding this comment.
Thanks!
I am going to say this doesn't need a NEWS entry itself because there was no release with the typo.
Sorry, something went wrong.
|
This PR is stale because it has been open for 30 days with no activity. |
Sorry, something went wrong.
Mariatta
approved these changes
Jan 2, 2022
Mariatta
left a comment
Member
There was a problem hiding this comment.
Thanks!
Sorry, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.
Fix typo in "What's New In Python 3.11":
It's really
Signature.from_builtinthat is removed;Signature.from_callableis 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