Skip to content

Commit a27f53b

Browse files
authored
Fix contributor person name in rst files (GH-29005)
1 parent 42ac06d commit a27f53b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Doc/whatsnew/3.11.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -261,12 +261,12 @@ time
261261
``nanosleep()`` function, if available, which has a resolution of 1 nanosecond
262262
(10\ :sup:`-9` seconds), rather than using ``select()`` which has a resolution
263263
of 1 microsecond (10\ :sup:`-6` seconds).
264-
(Contributed by Livius and Victor Stinner in :issue:`21302`.)
264+
(Contributed by Benjamin Szőke and Victor Stinner in :issue:`21302`.)
265265

266266
* On Windows, :func:`time.sleep` now uses a waitable timer which has a
267267
resolution of 100 nanoseconds (10\ :sup:`-7` seconds). Previously, it had
268268
a resolution of 1 millisecond (10\ :sup:`-3` seconds).
269-
(Contributed by Livius and Victor Stinner in :issue:`21302`.)
269+
(Contributed by Benjamin Szőke and Victor Stinner in :issue:`21302`.)
270270

271271
unicodedata
272272
-----------

Misc/NEWS.d/3.11.0a1.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1516,7 +1516,7 @@ available. ``nanosleep()`` allows to sleep with nanosecond precision.
15161516
15171517
On Windows, :func:`time.sleep` now uses a waitable timer which has a
15181518
resolution of 100 nanoseconds (10\ :sup:`-7` seconds). Previously, it had a
1519-
resolution of 1 millisecond (10\ :sup:`-3` seconds). Patch by Livius and
1519+
resolution of 1 millisecond (10\ :sup:`-3` seconds). Patch by Benjamin Szőke and
15201520
Victor Stinner.
15211521

15221522
..

0 commit comments

Comments
 (0)