-
-
Notifications
You must be signed in to change notification settings - Fork 33.2k
Docs: Fix typos in documentation files #125569
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 changes to Python require a NEWS entry. Add one using the blurb_it web app or the blurb command-line tool. If this change has little impact on Python users, wait for a maintainer to apply the |
I Have included changes to I will follow up with more PRs for the remaining file types. |
Since this commit/PR only includes documentation only changes, a NEWS addition should not be necessary. |
ÐÐÐÐÐ | ||
|
||
This doesn't cause a problem in the tect surrounding the examples, but | ||
This doesn't cause a problem in the text surrounding the examples, but |
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.
It could be test
as well but I think it's text
.
Recommend add a Docs title label, like this
|
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.
LGTM with one nitpick
Misc/HISTORY
Outdated
being subclassed through multiple inheritance. | ||
|
||
- Issue #24848: Fixed a number of bugs in UTF-7 decoding of misformed data. | ||
- Issue #24848: Fixed a number of bugs in UTF-7 decoding of malformed data. |
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 think this should be reverted. It match commit message.
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.
Done!
Sorry about that. If you want to I can split this up into one PR per codeowner. Or if you think the damage is done already we can keep it as is. |
.. nonce: CLz6qy | ||
.. section: Build | ||
Rename --with-optimiations to --enable-optimizations. |
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.
FWIW the spelling fix is appropriate. This is the original commit in 3.5: https://hg.python.org/cpython/rev/c0ea81315fb6
ÐÐÐÐÐ | ||
|
||
This doesn't cause a problem in the tect surrounding the examples, but | ||
This doesn't cause a problem in the test surrounding the examples, but |
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.
This doesn't cause a problem in the test surrounding the examples, but | |
This doesn't cause a problem in the text surrounding the examples, but |
I agree with your previous fix. C is closer to X than S on my keyboard. The examples are the doc-tests, embedded in the text.
Closing this PR. I will follow the suggestions by @willingc in #125569 (review), but also its follow up #125569 (comment). I will apply all suggestions in this PR this far in new PRs, obviously. |
Thanks @ember91 for being receptive to our feedback. Looking forward to your continued contributions. |
This includes:
See #125473 for context.
📚 Documentation preview 📚: https://cpython-previews--125569.org.readthedocs.build/