Skip to content

Commit c944ff1

Browse files
committed
worker bees
1 parent a2fd17a commit c944ff1

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
@@ -46,7 +46,7 @@ It's the star of the show.
4646
It's like an orchestra conductor.
4747
It's behind the scenes managing resources.
4848
Some power is explicitly granted to it, but a lot of its ability to get things
49-
done comes from the respect and cooperation of its teammates.
49+
done comes from the respect and cooperation of its worker bees.
5050

5151
In more technical terms, the event loop contains a queue of jobs to be run.
5252
Some jobs are added directly by you, and some indirectly by :mod:`!asyncio`.

0 commit comments

Comments
 (0)