Skip to content

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`
@ghost
Copy link

ghost 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 only 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 only 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 d0abd0b)

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]>
picnixz pushed a commit to picnixz/cpython that referenced this pull request Dec 8, 2024
…the same clock than (python#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`.
ebonnal pushed a commit to ebonnal/cpython that referenced this pull request Jan 12, 2025
…the same clock than (python#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`.
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
Status: Done
Development

Successfully merging this pull request may close these issues.

2 participants