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 c02037d commit d6c6e58Copy full SHA for d6c6e58
Doc/library/sched.rst
@@ -84,7 +84,7 @@ Scheduler Objects
84
Schedule a new event. The *time* argument should be a numeric type compatible
85
with the return value of the *timefunc* function passed to the constructor.
86
Events scheduled for the same *time* will be executed in the order of their
87
- *priority*.
+ *priority*. A lower number represents a higher priority.
88
89
Executing the event means executing ``action(*argument)``. *argument* must be a
90
sequence holding the parameters for *action*.
0 commit comments