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 299f499 commit 5a509f5Copy full SHA for 5a509f5
1 file changed
Doc/library/sched.rst
@@ -123,7 +123,7 @@ Scheduler Objects
123
a time value less than or equal to the current *timefunc* value (if any) and
124
returns the difference between the current *timefunc* value and the time value
125
of the next scheduled event in the scheduler's event queue. If the queue is
126
- empty, returns None.
+ empty, returns ``None``.
127
128
Either *action* or *delayfunc* can raise an exception. In either case, the
129
scheduler will maintain a consistent state and propagate the exception. If an
0 commit comments