This commit is contained in:
Andrew M. Kuchling 2008-01-18 02:42:52 +00:00
parent a13d4fbca4
commit 6d22c3961d
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ Example::
In multi-threaded environments, the :class:`scheduler` class has limitations
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
is to use the :class:`threading.Timer` class instead.