-
-
Notifications
You must be signed in to change notification settings - Fork 32.2k
Docs: Fix duplicate word typos #135958
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
Docs: Fix duplicate word typos #135958
Conversation
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. I looked through using the expression locally to double check as well.
I've double checked here and I found one more in #135965 |
Thanks @brianschubert for the PR, and @ZeroIntensity for merging it 🌮🎉.. I'm working now to backport this PR to: 3.13, 3.14. |
(cherry picked from commit 34ce192) Co-authored-by: Brian Schubert <brianm.schubert@gmail.com>
Sorry, @brianschubert and @ZeroIntensity, I could not cleanly backport this to
|
GH-136007 is a backport of this pull request to the 3.14 branch. |
@brianschubert Would you mind creating the 3.13 backport? |
(cherry picked from commit 34ce192) Co-authored-by: Brian Schubert <brianm.schubert@gmail.com>
GH-136008 is a backport of this pull request to the 3.13 branch. |
"and and", "the the", etc.
Found via regex search for the patterns
\b(\w+)\b +\1\b
and\b(\w+)\b *\n *\1\b
.📚 Documentation preview 📚: https://cpython-previews--135958.org.readthedocs.build/