We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95d3137 commit 953e733Copy full SHA for 953e733
Doc/whatsnew/3.11.rst
@@ -243,8 +243,8 @@ time
243
----
244
245
* 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
+ ``nanosleep()`` function, if available, which has a resolution of 1 ns (10^-9
+ sec), rather than using ``select()`` which has a resolution of 1 us (10^-6
248
sec).
249
(Contributed by Livius and Victor Stinner in :issue:`21302`.)
250
0 commit comments