Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 0aba4dc

Browse files
committed
Close #20649: Fix typo in asyncio doc. Patch written by Brett Cannon.
1 parent 7d02d50 commit 0aba4dc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/library/asyncio-dev.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Concurrency and multithreading
1313
------------------------------
1414

1515
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
16+
thread. While a task is running in the event loop, no other task is running in
1717
the same thread. But when the task uses ``yield from``, the task is suspended
1818
and the event loop executes the next task.
1919

0 commit comments

Comments
 (0)