Commit acc013f6 authored by Andrew M. Kuchling's avatar Andrew M. Kuchling

Typo fix

parent cb68d65d
...@@ -43,7 +43,7 @@ Example:: ...@@ -43,7 +43,7 @@ Example::
In multi-threaded environments, the :class:`scheduler` class has limitations In multi-threaded environments, the :class:`scheduler` class has limitations
with respect to thread-safety, inability to insert a new task before with respect to thread-safety, inability to insert a new task before
the one currently pending in a running scheduler, and holding-up the main the one currently pending in a running scheduler, and holding up the main
thread until the event queue is empty. Instead, the preferred approach thread until the event queue is empty. Instead, the preferred approach
is to use the :class:`threading.Timer` class instead. is to use the :class:`threading.Timer` class instead.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment