Skip to content

Fix duplicate words in version_history.rst#992

Merged
bbayles merged 2 commits intomore-itertools:masterfrom
saadmanrafat:fix-versions-doc
May 20, 2025
Merged

Fix duplicate words in version_history.rst#992
bbayles merged 2 commits intomore-itertools:masterfrom
saadmanrafat:fix-versions-doc

Conversation

@saadmanrafat
Copy link
Copy Markdown
Contributor

Fix grammar and consistency issues in version history

  • Fixed duplicate words ("was was" → "was")
  • Standardized contributor attributions
  • Added missing periods to bullet points
  • Made formatting consistent across version entries
  • Fixed various minor grammar issues

@saadmanrafat
Copy link
Copy Markdown
Contributor Author

saadmanrafat commented May 16, 2025

This is an awful lot of change in one PR. I found a hand full of typos like “was was optimized”. So I tasked claude to find more in the version.rst page. It went on to fix small things like a full stop (.).

@bbayles
Copy link
Copy Markdown
Collaborator

bbayles commented May 16, 2025

Can you do this without the full stops? I'll accept the PR if so.

Removed redundant repeated words in various sections of the version history documentation.
@saadmanrafat
Copy link
Copy Markdown
Contributor Author

Fix duplicate words in version history documentation

This PR fixes several instances of duplicate words that appeared in the version history documentation.

Changes made:

  1. In section 10.4.0:

    • Fixed: "The typing information for :func:windowed_complete, :func:zip_broadcast, and and :func:zip_equal" → Removed duplicate "and"
  2. In section 10.2.0:

    • Fixed: ":func:first was was optimized" → Removed duplicate "was"
    • Fixed: ":func:takewhile_inclusive was was refactored" → Removed duplicate "was"
    • Fixed: ":func:combination_with_replacement_index was was optimized" → Removed duplicate "was"
  3. In section 8.2.0:

    • Fixed: ":func:sliced now should now work" → Removed duplicate "now"

These minor text corrections improve the readability of the documentation without changing any functionality. All content besides the duplicate word removals remains unchanged.

@saadmanrafat saadmanrafat changed the title Fix grammar and consistency issues in version history Fix duplicate words in version_history.rst May 20, 2025
@bbayles bbayles merged commit 2b42a8d into more-itertools:master May 20, 2025
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants