Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d02d50 commit 0aba4dcCopy full SHA for 0aba4dc
1 file changed
Doc/library/asyncio-dev.rst
@@ -13,7 +13,7 @@ Concurrency and multithreading
13
------------------------------
14
15
An event loop runs in a thread and executes all callbacks and tasks in the same
16
-thread. While a task in running in the event loop, no other task is running in
+thread. While a task is running in the event loop, no other task is running in
17
the same thread. But when the task uses ``yield from``, the task is suspended
18
and the event loop executes the next task.
19
0 commit comments