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-126256: Update time.rst to use the same clock as instead of the same clock than #126257

Merged
merged 2 commits into from
Oct 31, 2024

Conversation

alpaylan
Copy link
Contributor

@alpaylan alpaylan commented Oct 31, 2024

The time documentation uses the same clock than time.monotonic instead of the same clock as time.monotonic, which is grammatically false. This PR fixes changes two instances of the same clock than to the same clock as.

#126256


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

… than`

The time documentation uses the same clock than time.monotonic instead of the same clock as time.monotonic, which is grammatically false. This PR fixes changes two instances of `the same clock than` to `the same clock as`.
pythongh-126256: Update time.rst to use `the same clock as` instead of `the same clock than`
Copy link

cpython-cla-bot bot commented Oct 31, 2024

All commit authors signed the Contributor License Agreement.
CLA signed

Copy link
Member

@sobolevn sobolevn left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you! Congrats on your first PR!

@sobolevn sobolevn added needs backport to 3.12 bug and security fixes needs backport to 3.13 bugs and security fixes labels Oct 31, 2024
@sobolevn sobolevn enabled auto-merge (squash) October 31, 2024 21:42
@sobolevn sobolevn removed the needs backport to 3.12 bug and security fixes label Oct 31, 2024
@sobolevn sobolevn merged commit d0abd0b into python:main Oct 31, 2024
42 checks passed
@miss-islington-app
Copy link

Thanks @alpaylan for the PR, and @sobolevn for merging it 🌮🎉.. I'm working now to backport this PR to: 3.13.
🐍🍒⛏🤖

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Oct 31, 2024
…the same clock than (pythonGH-126257)

Update time.rst to use `the same clock as` instead of `the same clock than`

The time documentation uses the same clock than time.monotonic instead of the same clock as time.monotonic, which is grammatically false. This PR fixes changes two instances of `the same clock than` to `the same clock as`.
(cherry picked from commit d0abd0b826cfa574d1515c6f8459c9901939388f)

Co-authored-by: Alperen Keleş <[email protected]>
@bedevere-app
Copy link

bedevere-app bot commented Oct 31, 2024

GH-126258 is a backport of this pull request to the 3.13 branch.

@bedevere-app bedevere-app bot removed the needs backport to 3.13 bugs and security fixes label Oct 31, 2024
sobolevn pushed a commit that referenced this pull request Oct 31, 2024
… the same clock than (GH-126257) (#126258)

gh-126256: Update time.rst to use the same clock as instead of the same clock than (GH-126257)

Update time.rst to use `the same clock as` instead of `the same clock than`

The time documentation uses the same clock than time.monotonic instead of the same clock as time.monotonic, which is grammatically false. This PR fixes changes two instances of `the same clock than` to `the same clock as`.
(cherry picked from commit d0abd0b)

Co-authored-by: Alperen Keleş <[email protected]>
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.

2 participants