mirror of
https://github.com/python/cpython.git
synced 2026-01-06 07:22:09 +00:00
bpo-41710: Fix What's New Entry credit (GH-28962)
Fix bad copy/paste.
This commit is contained in:
parent
284994762d
commit
03bbc6066f
1 changed files with 1 additions and 1 deletions
|
|
@ -252,7 +252,7 @@ threading
|
|||
the monotonic clock (:data:`time.CLOCK_MONOTONIC`) for the timeout, rather
|
||||
than using the system clock (:data:`time.CLOCK_REALTIME`), to not be affected
|
||||
by system clock changes.
|
||||
(Contributed by Livius and Victor Stinner in :issue:`41710`.)
|
||||
(Contributed by Victor Stinner in :issue:`41710`.)
|
||||
|
||||
time
|
||||
----
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue