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 610e5af commit 9d5ec80Copy full SHA for 9d5ec80
Doc/library/sched.rst
@@ -69,7 +69,7 @@ Scheduler Objects
69
Schedule a new event. The *time* argument should be a numeric type compatible
70
with the return value of the *timefunc* function passed to the constructor.
71
Events scheduled for the same *time* will be executed in the order of their
72
- *priority*.
+ *priority*. A lower number represents a higher priority.
73
74
Executing the event means executing ``action(*argument, **kwargs)``.
75
*argument* is a sequence holding the positional arguments for *action*.
0 commit comments