Skip to content

Commit 293e9f8

Browse files
bsolomon1124csabella
authored andcommitted
Remove outdated time.monotonic reference (GH-13264)
Per ae58649, time.monotonic is always available, making the old note outdated.
1 parent 9ea277a commit 293e9f8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Doc/library/sched.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,7 @@ scheduler:
2020
The :class:`scheduler` class defines a generic interface to scheduling events.
2121
It needs two functions to actually deal with the "outside world" --- *timefunc*
2222
should be callable without arguments, and return a number (the "time", in any
23-
units whatsoever). If time.monotonic is not available, the *timefunc* default
24-
is time.time instead. The *delayfunc* function should be callable with one
23+
units whatsoever). The *delayfunc* function should be callable with one
2524
argument, compatible with the output of *timefunc*, and should delay that many
2625
time units. *delayfunc* will also be called with the argument ``0`` after each
2726
event is run to allow other threads an opportunity to run in multi-threaded

0 commit comments

Comments
 (0)