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: Fix various instances of repeated words in docs and comments #19516

Merged
merged 1 commit into from
Oct 29, 2024

Conversation

alexander-beedie
Copy link
Collaborator

@alexander-beedie alexander-beedie commented Oct 29, 2024

Ran a regex1 over the codebase after spotting some repeated words; cleaned them up.
(And a rogue parenthesis in a docstring example that is marked as 'skip').

Footnotes

  1. \b([A-Za-z]+)[ ]{1,2}\1\b

@github-actions github-actions bot added documentation Improvements or additions to documentation python Related to Python Polars rust Related to Rust Polars labels Oct 29, 2024
@MarcoGorelli
Copy link
Collaborator

@ritchie46 ritchie46 merged commit abe5139 into pola-rs:main Oct 29, 2024
26 of 27 checks passed
@alexander-beedie alexander-beedie deleted the fix-repeated-words branch October 29, 2024 14:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation python Related to Python Polars rust Related to Rust Polars
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants