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

gh-110383 TimeIt Docs Spelling Fix #110407

Merged
merged 2 commits into from Oct 5, 2023

Conversation

Towster15
Copy link
Contributor

@Towster15 Towster15 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/

@cpython-cla-bot
Copy link

cpython-cla-bot bot commented Oct 5, 2023

All commit authors signed the Contributor License Agreement.
CLA signed

@bedevere-app bedevere-app bot added docs Documentation in the Doc dir skip news awaiting review labels Oct 5, 2023
@hugovk hugovk added needs backport to 3.11 only security fixes needs backport to 3.12 bug and security fixes labels Oct 5, 2023
@hugovk hugovk enabled auto-merge (squash) October 5, 2023 16:52
@Towster15
Copy link
Contributor Author

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

hugovk commented Oct 5, 2023

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

@hugovk hugovk merged commit a973bf0 into python:main Oct 5, 2023
25 checks passed
@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

bedevere-app bot commented Oct 5, 2023

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

@bedevere-app bedevere-app bot removed the needs backport to 3.12 bug and security fixes label Oct 5, 2023
@bedevere-app
Copy link

bedevere-app bot commented Oct 5, 2023

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

@bedevere-app bedevere-app bot 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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
docs Documentation in the Doc dir skip news
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants