Skip to content

Commit 00a1a68

Browse files
Update Doc/howto/a-conceptual-overview-of-asyncio.rst
Co-authored-by: Peter Bierma <zintensitydev@gmail.com>
1 parent ff804fe commit 00a1a68

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/howto/a-conceptual-overview-of-asyncio.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ the event loop.
189189
And while doing so, add a callback to the awaited task's list of callbacks
190190
indicating it should resume the current task/coroutine when it (the
191191
``await``\ ed one) finishes.
192-
Said another way, when that awaited task finishes, it adds the original task
192+
In other words, when that awaited task finishes, it adds the original task
193193
back to the event loops queue.
194194

195195
In practice, it's slightly more convoluted, but not by much.

0 commit comments

Comments
 (0)