Skip to content

Commit 5a509f5

Browse files
Update Doc/library/sched.rst
1 parent 299f499 commit 5a509f5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/library/sched.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ Scheduler Objects
123123
a time value less than or equal to the current *timefunc* value (if any) and
124124
returns the difference between the current *timefunc* value and the time value
125125
of the next scheduled event in the scheduler's event queue. If the queue is
126-
empty, returns None.
126+
empty, returns ``None``.
127127

128128
Either *action* or *delayfunc* can raise an exception. In either case, the
129129
scheduler will maintain a consistent state and propagate the exception. If an

0 commit comments

Comments
 (0)