[Python-checkins] bpo-41710: Fix What's New Entry credit (GH-28962)

vstinner webhook-mailer at python.org
Thu Oct 14 19:49:41 EDT 2021


https://github.com/python/cpython/commit/03bbc6066ff40c62edd57612be9150dcf1b123c8
commit: 03bbc6066ff40c62edd57612be9150dcf1b123c8
branch: main
author: Victor Stinner <vstinner at python.org>
committer: vstinner <vstinner at python.org>
date: 2021-10-15T01:49:32+02:00
summary:

bpo-41710: Fix What's New Entry credit (GH-28962)

Fix bad copy/paste.

files:
M Doc/whatsnew/3.11.rst

diff --git a/Doc/whatsnew/3.11.rst b/Doc/whatsnew/3.11.rst
index a6e30c77c55a0..0647774f400d6 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
 ----



More information about the Python-checkins mailing list