Skip to content

Commit 03bbc60

Browse files
authored
bpo-41710: Fix What's New Entry credit (GH-28962)
Fix bad copy/paste.
1 parent 2849947 commit 03bbc60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/whatsnew/3.11.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@ threading
252252
the monotonic clock (:data:`time.CLOCK_MONOTONIC`) for the timeout, rather
253253
than using the system clock (:data:`time.CLOCK_REALTIME`), to not be affected
254254
by system clock changes.
255-
(Contributed by Livius and Victor Stinner in :issue:`41710`.)
255+
(Contributed by Victor Stinner in :issue:`41710`.)
256256

257257
time
258258
----

0 commit comments

Comments
 (0)