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 1a11d82 commit b9dbdf1Copy full SHA for b9dbdf1
Doc/library/time.rst
@@ -407,7 +407,7 @@ Functions
407
On Windows, if *secs* is zero, the thread relinquishes the remainder of its
408
time slice to any other thread that is ready to run. If there are no other
409
threads ready to run, the function returns immediately, and the thread
410
- continues execution. On Windows 10 version 1803, and later the implementation uses
+ continues execution. On Windows 10 version 1803 and later the implementation uses
411
a `high-resolution timer
412
<https://learn.microsoft.com/en-us/windows/win32/api/synchapi/nf-synchapi-createwaitabletimerexw>`_
413
which provides resolution of 100 nanoseconds. If *secs* is zero, ``Sleep(0)`` is used.
0 commit comments