Skip to content

Commit f7dbaa6

Browse files
committed
Slight rephrase for clarity.
1 parent be9629d commit f7dbaa6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,8 @@ indicating it should resume the current task/coroutine when it (the
191191
In other words, when that awaited task finishes, the original task is added
192192
back to the event loops queue.
193193

194-
In practice, it's slightly more convoluted, but not by much.
194+
This is a basic, yet reliable mental model.
195+
In practice, it's slightly more complex, but not by much.
195196
In part 2, we'll walk through the details that make this possible.
196197

197198
**Unlike tasks, awaiting a coroutine does not cede control!**

0 commit comments

Comments
 (0)