Skip to content

Commit b9dbdf1

Browse files
trim21Copilot
andauthored
Update Doc/library/time.rst
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 1a11d82 commit b9dbdf1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/time.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -407,7 +407,7 @@ Functions
407407
On Windows, if *secs* is zero, the thread relinquishes the remainder of its
408408
time slice to any other thread that is ready to run. If there are no other
409409
threads ready to run, the function returns immediately, and the thread
410-
continues execution. On Windows 10 version 1803, and later the implementation uses
410+
continues execution. On Windows 10 version 1803 and later the implementation uses
411411
a `high-resolution timer
412412
<https://learn.microsoft.com/en-us/windows/win32/api/synchapi/nf-synchapi-createwaitabletimerexw>`_
413413
which provides resolution of 100 nanoseconds. If *secs* is zero, ``Sleep(0)`` is used.

0 commit comments

Comments
 (0)