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 e21127b commit d39090dCopy full SHA for d39090d
Doc/howto/a-conceptual-overview-of-asyncio.rst
@@ -347,7 +347,7 @@ The design intentionally trades off some conceptual clarity around usage of
347
``await`` for improved performance.
348
Each time a task is awaited, control needs to be passed all the way up the
349
call stack to the event loop.
350
-That might sound minor, but in a large program with many ``await``s and a deep
+That might sound minor, but in a large program with many ``await`` statements and a deep
351
call stack, that overhead can add up to a meaningful performance drag.
352
353
------------------------------------------------
0 commit comments