Skip to content

Commit 4f625b8

Browse files
committed
simplify title.
1 parent 7211ef2 commit 4f625b8

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-
Part 2: how coroutines work under the hood
344-
------------------------------------------
342+
---------------------------------
343+
Part 2: coroutines 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)