We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7211ef2 commit 4f625b8Copy full SHA for 4f625b8
Doc/howto/a-conceptual-overview-of-asyncio.rst
@@ -339,9 +339,9 @@ call stack to the event loop.
339
That might sound minor, but in a large program with many ``await``'s and a deep
340
callstack that overhead can add up to a meaningful performance drag.
341
342
-------------------------------------------
343
-Part 2: how coroutines work under the hood
344
+---------------------------------
+Part 2: coroutines under the hood
345
346
Part 2 goes into detail on the mechanisms :mod:`!asyncio` uses to manage
347
control flow.
0 commit comments