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 bf7a051 commit e090784Copy full SHA for e090784
Doc/library/time.rst
@@ -409,7 +409,7 @@ Functions
409
threads ready to run, the function returns immediately, and the thread
410
continues execution. On Windows 10 and newer the implementation uses
411
a `high-resolution timer
412
- <https://learn.microsoft.com/windows/win32/api/synchapi/nf-synchapi-createwaitabletimerexw#parameters>`_
+ <https://learn.microsoft.com/windows/win32/api/synchapi/nf-synchapi-createwaitabletimerexw>`_
413
which provides resolution of 100 nanoseconds. If *secs* is zero, ``Sleep(0)`` is used.
414
415
.. rubric:: Unix implementation
0 commit comments