Skip to content

Commit 9d5ec80

Browse files
authored
Improve Scheduler Objects documentation. (GH-4556)
Mention that the lower the priority number, the higher priority it represents.
1 parent 610e5af commit 9d5ec80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/sched.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ Scheduler Objects
6969
Schedule a new event. The *time* argument should be a numeric type compatible
7070
with the return value of the *timefunc* function passed to the constructor.
7171
Events scheduled for the same *time* will be executed in the order of their
72-
*priority*.
72+
*priority*. A lower number represents a higher priority.
7373

7474
Executing the event means executing ``action(*argument, **kwargs)``.
7575
*argument* is a sequence holding the positional arguments for *action*.

0 commit comments

Comments
 (0)