Skip to content

Commit 34f496f

Browse files
committed
nit
1 parent 07d5a0a commit 34f496f

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
@@ -359,7 +359,7 @@ Each time a task is awaited, control needs to be passed all the way up the
359359
call stack to the event loop.
360360
Then, the event loop needs to manage its data structures and work through
361361
its processing logic to resume the next job.
362-
That might sound minor, but in a large program with many ``await task``'s that
362+
That might sound minor, but in a large program with many ``await``'s that
363363
overhead can add up to a meaningful performance drag.
364364

365365
------------------------------------------------

0 commit comments

Comments
 (0)