-
-
Notifications
You must be signed in to change notification settings - Fork 31.9k
gh-93372: Fix typo in os.rename documentation #93401
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
gh-93372: Fix typo in os.rename documentation #93401
Conversation
Most changes to Python require a NEWS entry. Please add it using the blurb_it web app or the blurb command-line tool. |
2d4b1db
to
3c2ca2e
Compare
Most changes to Python require a NEWS entry. Please add it using the blurb_it web app or the blurb command-line tool. |
@@ -0,0 +1 @@ | |||
Fix typo in ``os.rename`` documentation. |
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.
Simple typo fix does not need a NEWS entry.
Thanks @Yang-Wei-Ting for the PR, and @serhiy-storchaka for merging it 🌮🎉.. I'm working now to backport this PR to: 3.10, 3.11. |
GH-93403 is a backport of this pull request to the 3.11 branch. |
(cherry picked from commit e7aab7c) Co-authored-by: Wei-Ting Yang <[email protected]>
(cherry picked from commit e7aab7c) Co-authored-by: Wei-Ting Yang <[email protected]>
Thank you for your contribution @Yang-Wei-Ting! |
(cherry picked from commit e7aab7c) Co-authored-by: Wei-Ting Yang <[email protected]> Co-authored-by: Łukasz Langa <[email protected]>
(cherry picked from commit e7aab7c) Co-authored-by: Wei-Ting Yang <[email protected]>
Fixes #93372