Skip to content

Commit

Permalink
bpo-41710: Fix What's New Entry credit (GH-28962)
Browse files Browse the repository at this point in the history
Fix bad copy/paste.
  • Loading branch information
vstinner authored Oct 14, 2021
1 parent 2849947 commit 03bbc60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Doc/whatsnew/3.11.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
----
Expand Down

0 comments on commit 03bbc60

Please sign in to comment.