-
-
Notifications
You must be signed in to change notification settings - Fork 30.4k
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
Fix typos #125473
Fix typos #125473
Conversation
Please, make the diff smaller (with less files) and avoid touching anything that is related to runtime objects (e.g., class names, function names, etc). If you want to fix typos, you should only fix typos in comments or documentation but not in objects used at runtime. I'm closing this PR since it's already a huge one and suggest to split changes with less files. |
I also suggest having standalone PRs if you only touch the documentation, unless something must be synchronized with a library file (that is, leave the .py files untouched and only touch the .rst files). Or only change .py files. Or only change .c files. |
(EDITED) I made PR ##125484 to fix the idlelib typos since I want them backported and know that they can be backported. Note that help.html is generated from the .html file generated from idle.rst, so the errors there must be fixed in the source. (It turns out they already were, but had not be propagated.) I verified that 'interruptable' should be 'interruptible'. Though misspelled code identifier should normally be left alone, I changed it. |
Changing At least half of the proposed changes are obvious misspellings with non-controversial fixes that I would be willing to review and merge if there were a PR or PRs with (only) such. But something like changing |
This includes: - .rst - .md - .txt - Misc/HISTORY - README See python#125473 for context.
This has two goals: Improve the "typos" spell checker but also increase the quality of the cPython source code.
This was done using two spell checkers. Does this fix all typos? Most certainly it does not.
📚 Documentation preview 📚: https://cpython-previews--125473.org.readthedocs.build/