(original) (raw)
changeset: 83417:72b650a99b36 branch: 3.3 parent: 83415:c2550f75c8b1 user: Ezio Melotti ezio.melotti@gmail.com date: Wed Apr 17 07:34:13 2013 +0300 files: Doc/library/concurrency.rst description: #17771: fix typo. Patch by Andriy Mysyk. diff -r c2550f75c8b1 -r 72b650a99b36 Doc/library/concurrency.rst --- a/Doc/library/concurrency.rst Wed Apr 17 04:34:05 2013 +0300 +++ b/Doc/library/concurrency.rst Wed Apr 17 07:34:13 2013 +0300 @@ -8,7 +8,7 @@ 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:: /ezio.melotti@gmail.com