From: Victor Stinner Date: Thu, 14 Oct 2021 23:49:32 +0000 (+0200) Subject: bpo-41710: Fix What's New Entry credit (GH-28962) X-Git-Tag: v3.11.0a2~193 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=03bbc6066ff40c62edd57612be9150dcf1b123c8;p=thirdparty%2FPython%2Fcpython.git bpo-41710: Fix What's New Entry credit (GH-28962) Fix bad copy/paste. --- diff --git a/Doc/whatsnew/3.11.rst b/Doc/whatsnew/3.11.rst index a6e30c77c55a..0647774f400d 100644 --- a/Doc/whatsnew/3.11.rst +++ b/Doc/whatsnew/3.11.rst @@ -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 ----