Skip to content

Commit 7b5ff84

Browse files
committed
phrasing tweak.
1 parent 53ac647 commit 7b5ff84

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,8 @@ different ways::
201201
await task
202202
await coroutine
203203

204-
Unfortunately, it does matter which type of object is awaited.
204+
In a crucial way, the behavior of ``await`` depends on the type of object
205+
being awaited.
205206

206207
awaiting a task will cede control from the current task or coroutine to
207208
the event loop.

0 commit comments

Comments
 (0)