We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d65ed69 commit f2b7ecbCopy full SHA for f2b7ecb
Doc/library/sched.rst
@@ -36,7 +36,7 @@ scheduler:
36
Example::
37
38
>>> import sched, time
39
- >>> s = sched.scheduler(time.time, time.sleep)
+ >>> s = sched.scheduler(time.monotonic, time.sleep)
40
>>> def print_time(a='default'):
41
... print("From print_time", time.time(), a)
42
...
0 commit comments