Skip to content

Commit 12d6e35

Browse files
committed
nit
1 parent 274c727 commit 12d6e35

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
@@ -358,7 +358,7 @@ The design intentionally trades off some conceptual clarity around usage of
358358
``await`` for improved performance.
359359
Each time a task is awaited, control needs to be passed all the way up the
360360
call stack to the event loop.
361-
Then, the event loop needs to manage its data structures and work through
361+
Then, the event loop needs to manage its internal state and work through
362362
its processing logic to resume the next job.
363363
That might sound minor, but in a large program with many ``await``\ s, that
364364
overhead can add up to a meaningful performance drag.

0 commit comments

Comments
 (0)