Skip to content

Commit d619868

Browse files
committed
nit
1 parent e649c07 commit d619868

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -308,8 +308,8 @@ The design intentionally trades off some conceptual clarity around usage of
308308
``await`` for improved performance.
309309
Each time a task is awaited, control needs to be passed all the way up the
310310
call stack to the event loop.
311-
That might sound minor, but in a large program with a deep callstack that
312-
overhead can add up to a meaningful performance drag.
311+
That might sound minor, but in a large program with many ``await``'s and a deep
312+
callstack that overhead can add up to a meaningful performance drag.
313313

314314
----------------------------------
315315
How coroutines work under the hood

0 commit comments

Comments
 (0)