Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork32.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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
base:main
Are you sure you want to change the base?
Conversation
ZeroIntensity left a comment• edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
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 |
Uh oh!
There was an error while loading.Please reload this page.
"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/