8000 Docs: Fix duplicate word typos by brianschubert · Pull Request #135958 · python/cpython · GitHub
[go: up one dir, main page]

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

Merged
merged 2 commits into from
Jun 27, 2025

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

@ZeroIntensity ZeroIntensity merged commit 34ce192 into python:main Jun 27, 2025
25 checks passed
@github-project-automation github-project-automation bot moved this from Todo to Done in Docs PRs Jun 27, 2025
@miss-islington-app
Copy link

Thanks @brianschubert for the PR, and @ZeroIntensity for merging it 🌮🎉.. I'm working now to backport this PR to: 3.13, 3.14.
🐍🍒⛏🤖

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Jun 27, 2025
(cherry picked from commit 34ce192)

Co-authored-by: Brian Schubert <brianm.schubert@gmail.com>
@miss-islington-app
Copy link

Sorry, @brianschubert and @ZeroIntensity, I could not cleanly backport this to 3.13 due to a conflict.
Please backport using cherry_picker on command line.

cherry_picker 34ce1920ca33c11ca2c379ed0ef30a91010bef4f 3.13

@bedevere-app
Copy link
bedevere-app bot commented Jun 27, 2025

GH-136007 is a backport of this pull request to the 3.14 branch.

@bedevere-app bedevere-app bot removed the needs backport to 3.14 bugs and security fixes label Jun 27, 2025
@ZeroIntensity
Copy link
Member

@brianschubert Would you mind creating the 3.13 backport?

brianschubert added a commit to brianschubert/cpython that referenced this pull request Jun 27, 2025
(cherry picked from commit 34ce192)

Co-authored-by: Brian Schubert <brianm.schubert@gmail.com>
ZeroIntensity pushed a commit that referenced this pull request Jun 27, 2025
(cherry picked from commit 34ce192)

Co-authored-by: Brian Schubert <brianm.schubert@gmail.com>
@bedevere-app
Copy link
bedevere-app bot commented Jun 27, 2025

GH-136008 is a backport of this pull request to the 3.13 branch.

@bedevere-app bedevere-app bot removed the needs backport to 3.13 bugs and security fixes label Jun 27, 2025
ZeroIntensity pushed a commit that referenced this pull request Jun 27, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
docs Documentation in the Doc dir skip issue skip news
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

3 participants
0