-
-
Notifications
You must be signed in to change notification settings - Fork 33.3k
gh-103266: Fix a typo in example code for bisect() function #103267
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
Do we backport typo fixes? |
|
I didn't realize this typo/misspelling was already reported and a PR already made with a proper fix. @arhadthedev, I hope this gets backported. It won't hurt to fix this for older Python docs besides 3.11, right? |
Yes, to avoid conflicts. |
Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
hauntsaninja
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I guess it was Alien 1979 that was directed by Scott
|
Thanks @arhadthedev for the PR, and @hauntsaninja for merging it 🌮🎉.. I'm working now to backport this PR to: 3.11. |
|
GH-103327 is a backport of this pull request to the 3.11 branch. |
…thonGH-103267) (cherry picked from commit f0424ba) Co-authored-by: Oleg Iarygin <oleg@arhadthedev.net>
https://github.com/search?q=repo%3Apython%2Fcpython%20Speilberg&type=code shows that the reported two occurrences are the only ones.