-
-
Notifications
You must be signed in to change notification settings - Fork 32.5k
Replace non-breaking spaces with normal spaces #130116
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
Most of these probably happened by accidentally pressing option+space on macOS, or similar things on other platforms. |
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.
These changes all make sense to me (in that that they seem to be no-ops and almost certainly accidental typos); my only cause for concern are the changes to historical change notes. I don't think that's a problem, but I'm not 100% sure. I'll confirm with docs maintainers.
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've confirmed there's no issue with updating historical release notes, so this is good to merge. I'll also mark it for backport to 3.13. Thanks for the PR!
Thanks @aisk for the PR, and @freakboy3742 for merging it 🌮🎉.. I'm working now to backport this PR to: 3.12, 3.13. |
Sorry, @aisk and @freakboy3742, I could not cleanly backport this to
|
Sorry, @aisk and @freakboy3742, I could not cleanly backport this to
|
Looks like the backport isn't trivial; since it isn't essential these fixes are backported, I'll leave them as main-only. |
Try to remember to remove backport labels when deciding not needed ;-) |
When reading the documents, I found that a Markdown marker was not rendered correctly by GitHub. I discovered that this was caused by a non-breaking space (
\xa0
):There are some more non-breaking spaces in the codebase, so I just changed them as well.
📚 Documentation preview 📚: https://cpython-previews--130116.org.readthedocs.build/