Skip to content

Commit ebfe542

Browse files
committed
per-thread event loop note.
1 parent 3fc668c commit ebfe542

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
@@ -131,7 +131,7 @@ of tasks::
131131

132132
It's common to see a task instantiated without explicitly specifying the event loop
133133
it belongs to.
134-
Since there's only one event loop, asyncio made the loop argument optional and
134+
Since there's only one event loop (in each thread), asyncio made the loop argument optional and
135135
will add it for you if it's left unspecified::
136136

137137
# This creates another Task object and puts it on the event loop's queue.

0 commit comments

Comments
 (0)