Skip to content

Commit 953e733

Browse files
Fix typo in whatsnew: "ns" is 10^-9 secs and "us" is 10^-6 secs. (GH-28565)
1 parent 95d3137 commit 953e733

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Doc/whatsnew/3.11.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -243,8 +243,8 @@ time
243243
----
244244

245245
* On Unix, :func:`time.sleep` now uses the ``clock_nanosleep()`` or
246-
``nanosleep()`` function, if available, which has a resolution of 1 ns (10^-6
247-
sec), rather than using ``select()`` which has a resolution of 1 us (10^-9
246+
``nanosleep()`` function, if available, which has a resolution of 1 ns (10^-9
247+
sec), rather than using ``select()`` which has a resolution of 1 us (10^-6
248248
sec).
249249
(Contributed by Livius and Victor Stinner in :issue:`21302`.)
250250

0 commit comments

Comments
 (0)