Skip to content

Commit 3852bb1

Browse files
committed
- Remove reference to deleted section.
1 parent 27d1dcd commit 3852bb1

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -158,8 +158,6 @@ back to the event-loops queue.
158158

159159
In practice, it's slightly more convoluted, but not by much.
160160
In part 2, we'll walk through the details that make this possible.
161-
And in the control flow analysis example we'll walk through, in precise detail,
162-
the various control handoffs in an example async program.
163161

164162
**Unlike tasks, await-ing a coroutine does not cede control!**
165163
Wrapping a coroutine in a task first, then ``await``-ing that would cede control.

0 commit comments

Comments
 (0)