]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
bpo-41710: Fix What's New Entry credit (GH-28962)
authorVictor Stinner <vstinner@python.org>
Thu, 14 Oct 2021 23:49:32 +0000 (01:49 +0200)
committerGitHub <noreply@github.com>
Thu, 14 Oct 2021 23:49:32 +0000 (01:49 +0200)
Fix bad copy/paste.

Doc/whatsnew/3.11.rst

index a6e30c77c55a0dc0193dcddd747597ebc2fbc78a..0647774f400d69638773edd5986adf2117fa092b 100644 (file)
@@ -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
 ----