]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-126256: Update time.rst to use the same clock as instead of the same clock than...
authorAlperen Keleş <alpkeles99@gmail.com>
Thu, 31 Oct 2024 21:44:34 +0000 (17:44 -0400)
committerGitHub <noreply@github.com>
Thu, 31 Oct 2024 21:44:34 +0000 (21:44 +0000)
commitd0abd0b826cfa574d1515c6f8459c9901939388f
tree1a31968247d2153f57c886f3289179202f90c374
parentdd3c0fa3fd2795326dae0e0ed63c668f5506cf32
gh-126256: Update time.rst to use the same clock as instead of the same clock than (#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`.
Doc/library/time.rst