Skip to content

Commit 7211ef2

Browse files
committed
readd part2 prefix.
1 parent a25b270 commit 7211ef2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -339,9 +339,9 @@ call stack to the event loop.
339339
That might sound minor, but in a large program with many ``await``'s and a deep
340340
callstack that overhead can add up to a meaningful performance drag.
341341

342-
----------------------------------
343-
How coroutines work under the hood
344-
----------------------------------
342+
------------------------------------------
343+
Part 2: how coroutines work under the hood
344+
------------------------------------------
345345

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

0 commit comments

Comments
 (0)