mirror of
https://github.com/python/cpython.git
synced 2025-11-01 02:38:53 +00:00
#17771: fix typo. Patch by Andriy Mysyk.
This commit is contained in:
parent
d13c008bf4
commit
a68c1ab571
1 changed files with 1 additions and 1 deletions
|
|
@ -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::
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue