From: Ezio Melotti Date: Wed, 17 Apr 2013 04:34:13 +0000 (+0300) Subject: #17771: fix typo. Patch by Andriy Mysyk. X-Git-Tag: v3.3.2~90 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a68c1ab5711b5bd0219d46f61ff85d4770708490;p=thirdparty%2FPython%2Fcpython.git #17771: fix typo. Patch by Andriy Mysyk. --- diff --git a/Doc/library/concurrency.rst b/Doc/library/concurrency.rst index fd2dae2b1819..f2a512f845b5 100644 --- a/Doc/library/concurrency.rst +++ b/Doc/library/concurrency.rst @@ -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::