Skip to content

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

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

brianschubert
Copy link
Member

@brianschubert brianschubert commented Jun 26, 2025

"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/

@brianschubert brianschubert requested review from barneygale and a team as code owners June 26, 2025 00:17
@bedevere-app bedevere-app bot added awaiting review docs Documentation in the Doc dir skip news labels Jun 26, 2025
@github-project-automation github-project-automation bot moved this to Todo in Docs PRs Jun 26, 2025
@brianschubert brianschubert added skip issue needs backport to 3.13 bugs and security fixes needs backport to 3.14 bugs and security fixes labels Jun 26, 2025
Copy link
Member

@ZeroIntensity ZeroIntensity left a 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.

@LamentXU123
Copy link
Contributor

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
awaiting merge docs Documentation in the Doc dir needs backport to 3.13 bugs and security fixes needs backport to 3.14 bugs and security fixes skip issue skip news
Projects
Status: Todo
Development

Successfully merging this pull request may close these issues.

3 participants