]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] gh-126256: Update time.rst to use the same clock as instead of the same clock...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 31 Oct 2024 21:50:20 +0000 (22:50 +0100)
committerGitHub <noreply@github.com>
Thu, 31 Oct 2024 21:50:20 +0000 (21:50 +0000)
commit256fc5529af23f16f0dca2d0e24a936e1c4d67d3
treeb9539787f37821eb14e2d6fc80789aab286a4124
parentabe64a3780ecaf954cb9bafb5dc6eaee1b680bf4
[3.13] gh-126256: Update time.rst to use the same clock as instead of 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 d0abd0b826cfa574d1515c6f8459c9901939388f)

Co-authored-by: Alperen Keleş <alpkeles99@gmail.com>
Doc/library/time.rst