gh-103266: Fix a typo in example code for bisect() function#103267
Merged
hauntsaninja merged 3 commits intopython:mainfrom Apr 7, 2023
Merged
gh-103266: Fix a typo in example code for bisect() function#103267hauntsaninja merged 3 commits intopython:mainfrom
hauntsaninja merged 3 commits intopython:mainfrom
Conversation
Member
Author
|
Do we backport typo fixes? |
Contributor
|
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? |
Member
Yes, to avoid conflicts. |
hugovk
reviewed
Apr 5, 2023
BlindChickens
approved these changes
Apr 5, 2023
Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
hugovk
approved these changes
Apr 5, 2023
rhettinger
approved these changes
Apr 6, 2023
hauntsaninja
approved these changes
Apr 7, 2023
Contributor
hauntsaninja
left a comment
There was a problem hiding this comment.
I guess it was Alien 1979 that was directed by Scott
Contributor
|
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. |
miss-islington
pushed a commit
to miss-islington/cpython
that referenced
this pull request
Apr 7, 2023
…thonGH-103267) (cherry picked from commit f0424ba) Co-authored-by: Oleg Iarygin <oleg@arhadthedev.net>
miss-islington
added a commit
that referenced
this pull request
Apr 7, 2023
warsaw
pushed a commit
to warsaw/cpython
that referenced
this pull request
Apr 11, 2023
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
Add this suggestion to a batch that can be applied as a single commit.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.Add this suggestion to a batch that can be applied as a single commit.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.Suggestion cannot be applied right now. Please check back later.


https://github.com/search?q=repo%3Apython%2Fcpython%20Speilberg&type=code shows that the reported two occurrences are the only ones.