Skip to content

gh-110383 TimeIt Docs Spelling Fix - #110407

Merged
hugovk merged 2 commits into
python:mainfrom
Towster15:fix-#110383-timeit-spelling
Oct 5, 2023
Merged

gh-110383 TimeIt Docs Spelling Fix#110407
hugovk merged 2 commits into
python:mainfrom
Towster15:fix-#110383-timeit-spelling

Conversation

@Towster15

@Towster15Towster15 commented Oct 5, 2023

Copy link
Copy Markdown
Contributor

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

ghost commented Oct 5, 2023

Copy link
Copy Markdown

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
@hugovk
hugovk enabled auto-merge (squash) October 5, 2023 16:52
@Towster15

Towster15 commented Oct 5, 2023

Copy link
Copy Markdown
ContributorAuthor

@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
Copy Markdown
Member

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

@hugovk
hugovk merged commit a973bf0 into python:mainOct 5, 2023
@miss-islington

Copy link
Copy Markdown
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
Copy Markdown

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
Copy Markdown

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