Skip to content

Commit d39090d

Browse files
committed
Revert the change that causes errors
1 parent e21127b commit d39090d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -347,7 +347,7 @@ The design intentionally trades off some conceptual clarity around usage of
347347
``await`` for improved performance.
348348
Each time a task is awaited, control needs to be passed all the way up the
349349
call stack to the event loop.
350-
That might sound minor, but in a large program with many ``await``s and a deep
350+
That might sound minor, but in a large program with many ``await`` statements and a deep
351351
call stack, that overhead can add up to a meaningful performance drag.
352352

353353
------------------------------------------------

0 commit comments

Comments
 (0)