summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenjamin Szőke <egyszeregy@freemail.hu>2021-10-17 13:59:22 +0200
committerGitHub <noreply@github.com>2021-10-17 20:59:22 +0900
commita27f53bdd5b360fcfd94ca52e40f7c7e56597613 (patch)
treec3fd0001de61b2aca15e4172d7d23e5149928522
parent42ac06dcd234bdda989dcfe854ac5173337024c9 (diff)
downloadcpython-git-a27f53bdd5b360fcfd94ca52e40f7c7e56597613.tar.gz
Fix contributor person name in rst files (GH-29005)
-rw-r--r--Doc/whatsnew/3.11.rst4
-rw-r--r--Misc/NEWS.d/3.11.0a1.rst2
2 files changed, 3 insertions, 3 deletions
diff --git a/Doc/whatsnew/3.11.rst b/Doc/whatsnew/3.11.rst
index 9d7d3f19fa..c589139b15 100644
--- a/Doc/whatsnew/3.11.rst
+++ b/Doc/whatsnew/3.11.rst
@@ -261,12 +261,12 @@ time
``nanosleep()`` function, if available, which has a resolution of 1 nanosecond
(10\ :sup:`-9` seconds), rather than using ``select()`` which has a resolution
of 1 microsecond (10\ :sup:`-6` seconds).
- (Contributed by Livius and Victor Stinner in :issue:`21302`.)
+ (Contributed by Benjamin Szőke and Victor Stinner in :issue:`21302`.)
* On Windows, :func:`time.sleep` now uses a waitable timer which has a
resolution of 100 nanoseconds (10\ :sup:`-7` seconds). Previously, it had
a resolution of 1 millisecond (10\ :sup:`-3` seconds).
- (Contributed by Livius and Victor Stinner in :issue:`21302`.)
+ (Contributed by Benjamin Szőke and Victor Stinner in :issue:`21302`.)
unicodedata
-----------
diff --git a/Misc/NEWS.d/3.11.0a1.rst b/Misc/NEWS.d/3.11.0a1.rst
index a64a3e74cc..28b81b7526 100644
--- a/Misc/NEWS.d/3.11.0a1.rst
+++ b/Misc/NEWS.d/3.11.0a1.rst
@@ -1516,7 +1516,7 @@ available. ``nanosleep()`` allows to sleep with nanosecond precision.
On Windows, :func:`time.sleep` now uses a waitable timer which has a
resolution of 100 nanoseconds (10\ :sup:`-7` seconds). Previously, it had a
-resolution of 1 millisecond (10\ :sup:`-3` seconds). Patch by Livius and
+resolution of 1 millisecond (10\ :sup:`-3` seconds). Patch by Benjamin Szőke and
Victor Stinner.
..