Skip to content

Commit d6c6e58

Browse files
miss-islingtonMariatta
authored andcommitted
Improve Scheduler Objects documentation. (GH-4556) (GH-4558)
Mention that the lower the priority number, the higher priority it represents. (cherry picked from commit 9d5ec80)
1 parent c02037d commit d6c6e58

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
@@ -84,7 +84,7 @@ Scheduler Objects
8484
Schedule a new event. The *time* argument should be a numeric type compatible
8585
with the return value of the *timefunc* function passed to the constructor.
8686
Events scheduled for the same *time* will be executed in the order of their
87-
*priority*.
87+
*priority*. A lower number represents a higher priority.
8888

8989
Executing the event means executing ``action(*argument)``. *argument* must be a
9090
sequence holding the parameters for *action*.

0 commit comments

Comments
 (0)