]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Typo fix
authorAndrew M. Kuchling <amk@amk.ca>
Fri, 18 Jan 2008 02:42:52 +0000 (02:42 +0000)
committerAndrew M. Kuchling <amk@amk.ca>
Fri, 18 Jan 2008 02:42:52 +0000 (02:42 +0000)
Doc/library/sched.rst

index 95ec4997e3531ea9f96572c6113f4445b3c0aefa..420ae20ac9073d49f484a525ebfe8ab2f2ad0b66 100644 (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.