Skip to content

Commit 0fbd5b1

Browse files
committed
title change under the hood.
1 parent b574f72 commit 0fbd5b1

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -266,9 +266,9 @@ The event loop then works through its queue, calling ``coro_b()`` and then
266266
I am coro_a(). Hi!
267267
I am coro_a(). Hi!
268268
269-
------------------------------------------------
270-
A conceptual overview part 2: the nuts and bolts
271-
------------------------------------------------
269+
----------------------------------
270+
How coroutines work under the hood
271+
----------------------------------
272272

273273
Part 2 goes into detail on the mechanisms :mod:`!asyncio` uses to manage
274274
control flow.

0 commit comments

Comments
 (0)