Skip to content

Commit a033876

Browse files
committed
small phrasing.
1 parent e982f9c commit a033876

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
@@ -195,7 +195,7 @@ back to the event loops queue.
195195
In practice, it's slightly more convoluted, but not by much.
196196
In part 2, we'll walk through the details that make this possible.
197197

198-
**Unlike tasks, await-ing a coroutine does not cede control!**
198+
**Unlike tasks, awaiting a coroutine does not cede control!**
199199
Wrapping a coroutine in a task first, then ``await``\ ing that would cede control.
200200
The behavior of ``await coroutine`` is effectively the same as invoking a regular,
201201
synchronous Python function.

0 commit comments

Comments
 (0)