]> granicus.if.org Git - python/commitdiff
#17771: fix typo. Patch by Andriy Mysyk.
authorEzio Melotti <ezio.melotti@gmail.com>
Wed, 17 Apr 2013 04:34:13 +0000 (07:34 +0300)
committerEzio Melotti <ezio.melotti@gmail.com>
Wed, 17 Apr 2013 04:34:13 +0000 (07:34 +0300)
Doc/library/concurrency.rst

index fd2dae2b18198601bf82ec0f6ae988dd556be1d4..f2a512f845b556e491e9efcdcdf9c11a7fa18a4e 100644 (file)
@@ -8,7 +8,7 @@ The modules described in this chapter provide support for concurrent
 execution of code. The appropriate choice of tool will depend on the
 task to be executed (CPU bound vs IO bound) and preferred style of
 development (event driven cooperative multitasking vs preemptive
-multitasking) Here's an overview:
+multitasking). Here's an overview:
 
 
 .. toctree::