Skip to content

Conversation

@VYaswanthKumar
Copy link

@VYaswanthKumar VYaswanthKumar commented Oct 24, 2025

Description

Fixed a typo in the download documentation where "follow one of links" should be "follow one of the links".

Issue

Fixes #140500

Changes

  • Added the missing article "the" before "links" in Doc/tools/templates/download.html (line 35)

This is a minor documentation fix that improves grammar in the download page.


📚 Documentation preview 📚: https://cpython-previews--140523.org.readthedocs.build/

@bedevere-app

This comment was marked as resolved.

@python-cla-bot
Copy link

python-cla-bot bot commented Oct 24, 2025

All commit authors signed the Contributor License Agreement.

CLA signed

@StanFromIreland StanFromIreland changed the title Fix typo in download.html download instructions gh-140500: Fix typo in on download page Oct 24, 2025
@VYaswanthKumar
Copy link
Author

Closing this PR as it's just a one-line documentation fix with minimal impact. Thank you for the review!

@StanFromIreland
Copy link
Member

I don't understand? Do you not want this to be merged to main?

@VYaswanthKumar
Copy link
Author

Thanks for the quick review and approval. I decided to close this because it’s a very minor one-line docs tweak with negligible user impact, and I didn’t want to add noise to the PR queue. If you’d prefer to merge it, I’m happy to reopen on your guidance. Thanks again for the review and for maintaining the project

@StanFromIreland
Copy link
Member

Do not worry about the impact on the queue, this little PR can be merged, but it may take a few days.

@hugovk hugovk changed the title gh-140500: Fix typo in on download page gh-140500: Fix typo on download page Oct 24, 2025
@hugovk
Copy link
Member

hugovk commented Oct 24, 2025

Whilst we're here, maybe we can improve the general wording. Right now:

image

We can be more concise. There's some repetition, and it should be obvious from the table what it's for.

Perhaps:

-To download an archive containing all the documents for this version of Python in one of various formats, follow one of the links in this table.
+Download an archive containing all the documentation for this version of Python:

And:

-These archives contain all the content in the documentation.
+

@hugovk hugovk added needs backport to 3.13 bugs and security fixes needs backport to 3.14 bugs and security fixes labels Oct 24, 2025
@efimov-mikhail
Copy link
Member

@VYaswanthKumar, thank you for your PR.
Could you please provide changes proposed by @hugovk ?

@VYaswanthKumar
Copy link
Author

VYaswanthKumar commented Oct 28, 2025

@efimov-mikhail @hugovk I've implemented the changes

  1. Changed "To download an archive containing all the documents for this version of Python in one of various formats, follow one of the links in this table." to "Download an archive containing all the documentation for this version of Python:"
  2. Removed "These archives contain all the content in the documentation."

The updated wording is now more concise. Please review when you get a chance.

@StanFromIreland
Copy link
Member

GitHub doesn’t seem to like this PR for some reason, can you please open a new PR (you will have to rename the branch IIRC)?

@StanFromIreland
Copy link
Member

Before you do that, could you please revert the unreleated changes.

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.

Typo in Download Python 3.14 documentation

4 participants