Skip to content
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: Remove duplicate words #97638

Merged
merged 1 commit into from
Oct 1, 2024

Conversation

mhilbrunner
Copy link
Member

@mhilbrunner mhilbrunner commented Sep 30, 2024

Inspired by #97607, I used a regular expression to search duplicate words and fixed those.

For future reference, the regex I used was \b([a-zA-Z]+)(\s+\1\b)+.

"The the" appears to be the only one that is a somewhat common occurrence. I've checked whether we can blacklist strings via codespell, but that does not appear to be an option. We could do it ourselves but that appears more work than reasonable for the few occurrences.

Copy link
Contributor

@Mickeon Mickeon left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Me too, me too

@AThousandShips AThousandShips added this to the 4.4 milestone Sep 30, 2024
@akien-mga akien-mga merged commit cbff250 into godotengine:master Oct 1, 2024
19 checks passed
@akien-mga
Copy link
Member

Thanks!

@akien-mga akien-mga changed the title Docs: remove duplicate words Docs: Remove duplicate words Oct 1, 2024
@mhilbrunner mhilbrunner deleted the fix-duplicate-words branch October 2, 2024 15:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants