Skip to content

Commit e090784

Browse files
docs: remove #id tag from link
Co-authored-by: Stan Ulbrych <89152624+StanFromIreland@users.noreply.github.com>
1 parent bf7a051 commit e090784

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
@@ -409,7 +409,7 @@ Functions
409409
threads ready to run, the function returns immediately, and the thread
410410
continues execution. On Windows 10 and newer the implementation uses
411411
a `high-resolution timer
412-
<https://learn.microsoft.com/windows/win32/api/synchapi/nf-synchapi-createwaitabletimerexw#parameters>`_
412+
<https://learn.microsoft.com/windows/win32/api/synchapi/nf-synchapi-createwaitabletimerexw>`_
413413
which provides resolution of 100 nanoseconds. If *secs* is zero, ``Sleep(0)`` is used.
414414

415415
.. rubric:: Unix implementation

0 commit comments

Comments
 (0)