We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2fd17a commit c944ff1Copy full SHA for c944ff1
Doc/howto/a-conceptual-overview-of-asyncio.rst
@@ -46,7 +46,7 @@ It's the star of the show.
46
It's like an orchestra conductor.
47
It's behind the scenes managing resources.
48
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.
+done comes from the respect and cooperation of its worker bees.
50
51
In more technical terms, the event loop contains a queue of jobs to be run.
52
Some jobs are added directly by you, and some indirectly by :mod:`!asyncio`.
0 commit comments