Skip to content

Conversation

@Towster15
Copy link
Contributor

@Towster15Towster15 commented Oct 5, 2023

https://mail.python.org/archives/list/docs@python.org/thread/CQON3MGDEN6CY5KFXXBY4FTCG2FIIDTM/
In the docs, https://docs.python.org/3/library/timeit.html#timeit.Timer.autorange, the last line of the first paragraph read:

until the time taken is at least 0.2 second.

This pull request changes that to read:

until the time taken is at least 0.2 seconds.

Mentioned as the second-to-last issue in #110383


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

@ghost
Copy link

ghost commented Oct 5, 2023

All commit authors signed the Contributor License Agreement.
CLA signed

@bedevere-appbedevere-appbot added docs Documentation in the Doc dir skip news awaiting review labels Oct 5, 2023
@bedevere-appbedevere-appbot mentioned this pull request Oct 5, 2023
@hugovkhugovk added needs backport to 3.11 only security fixes needs backport to 3.12 only security fixes labels Oct 5, 2023
@hugovkhugovk enabled auto-merge (squash) October 5, 2023 16:52
@Towster15
Copy link
ContributorAuthor

Towster15 commented Oct 5, 2023

@hugovk How would I backport this to 3.11 and 3.12? Do I need to make the same change on the 3.11 and 3.12 branches?

@hugovk
Copy link
Member

We have a bot that will attempt to do it for us when this is merged!

@hugovkhugovk merged commit a973bf0 into python:mainOct 5, 2023
@miss-islington
Copy link
Contributor

Thanks @Towster15 for the PR, and @hugovk for merging it 🌮🎉.. I'm working now to backport this PR to: 3.11, 3.12.
🐍🍒⛏🤖

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Oct 5, 2023
Make 0.2 second plural (cherry picked from commit a973bf0) Co-authored-by: Towster15 <105541074+Towster15@users.noreply.github.com>
@bedevere-app
Copy link

GH-110409 is a backport of this pull request to the 3.12 branch.

@bedevere-appbedevere-appbot removed the needs backport to 3.12 only security fixes label Oct 5, 2023
@bedevere-app
Copy link

GH-110410 is a backport of this pull request to the 3.11 branch.

@bedevere-appbedevere-appbot removed the needs backport to 3.11 only security fixes label Oct 5, 2023
miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Oct 5, 2023
Make 0.2 second plural (cherry picked from commit a973bf0) Co-authored-by: Towster15 <105541074+Towster15@users.noreply.github.com>
hugovk pushed a commit that referenced this pull request Oct 5, 2023
gh-110383 TimeIt Docs Spelling Fix (GH-110407) Make 0.2 second plural (cherry picked from commit a973bf0) Co-authored-by: Towster15 <105541074+Towster15@users.noreply.github.com>
hugovk pushed a commit that referenced this pull request Oct 5, 2023
gh-110383 TimeIt Docs Spelling Fix (GH-110407) Make 0.2 second plural (cherry picked from commit a973bf0) Co-authored-by: Towster15 <105541074+Towster15@users.noreply.github.com>
Glyphack pushed a commit to Glyphack/cpython that referenced this pull request Sep 2, 2024
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

docsDocumentation in the Doc dirskip news

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

@Towster15@hugovk@miss-islington