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 43c1c96 commit 1f8f863Copy full SHA for 1f8f863
Doc/howto/a-conceptual-overview-of-asyncio.rst
@@ -52,9 +52,9 @@ This process repeats indefinitely.
52
Even if the queue is empty, the event loop continues to cycle (somewhat
53
aimlessly).
54
55
-Effective execution relies on tasks sharing well and cooperating; a greedy job could hog
56
-control and leave the other tasks to starve, rendering the overall event loop
57
-approach rather useless.
+Effective execution relies on tasks sharing well and cooperating; a greedy job
+could hog control and leave the other jobs to starve, rendering the overall
+event loop approach rather useless.
58
59
::
60
0 commit comments