Skip to content

Commit a389c09

Browse files
committed
nit
1 parent f97bfb6 commit a389c09

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

366366
------------------------------------------------

0 commit comments

Comments
 (0)