Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Fix typo in sorting HOWTO #98888

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

Merged
merged 1 commit into from
Oct 31, 2022
Merged

Fix typo in sorting HOWTO #98888

merged 1 commit into from
Oct 31, 2022

Conversation

partev
Copy link
Contributor

@partev partev commented Oct 31, 2022

there is a missing close parenthesis. I also added the comment available here:

https://docs.python.org/3.12/library/functools.html#functools.cmp_to_key

from where this example was probably copied

there is a missing close parenthesis. I also added the comment available here: 

https://docs.python.org/3.12/library/functools.html#functools.cmp_to_key

from where this example was probably copied
@bedevere-bot bedevere-bot added awaiting review docs Documentation in the Doc dir skip news labels Oct 31, 2022
@AlexWaygood AlexWaygood changed the title DOC: fix a typo Fix typo in sorting HOWTO Oct 31, 2022
@AlexWaygood AlexWaygood self-requested a review October 31, 2022 17:30
@rhettinger rhettinger added the needs backport to 3.11 only security fixes label Oct 31, 2022
@rhettinger rhettinger merged commit 3b86538 into python:main Oct 31, 2022
@miss-islington
Copy link
Contributor

Thanks @partev for the PR, and @rhettinger for merging it 🌮🎉.. I'm working now to backport this PR to: 3.11.
🐍🍒⛏🤖

@bedevere-bot
Copy link

GH-98915 is a backport of this pull request to the 3.11 branch.

@bedevere-bot bedevere-bot removed the needs backport to 3.11 only security fixes label Oct 31, 2022
miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Oct 31, 2022
(cherry picked from commit 3b86538)

Co-authored-by: partev <[email protected]>
miss-islington added a commit that referenced this pull request Oct 31, 2022
(cherry picked from commit 3b86538)

Co-authored-by: partev <[email protected]>
@partev partev deleted the patch-10 branch November 1, 2022 01:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
docs Documentation in the Doc dir skip issue skip news
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants