Skip to content

Commit c946563

Browse files
Update Doc/howto/a-conceptual-overview-of-asyncio.rst
Co-authored-by: Peter Bierma <[email protected]>
1 parent bfd1212 commit c946563

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
@@ -54,7 +54,7 @@ This process repeats indefinitely.
5454
Even if the queue is empty, the event loop continues to cycle (somewhat aimlessly).
5555

5656
Effective overall execution relies on tasks sharing well.
57-
A greedy task could hog control and leave the other tasks to starve rendering
57+
A greedy task could hog control and leave the other tasks to starve, rendering
5858
the overall event loop approach rather useless.
5959

6060
::

0 commit comments

Comments
 (0)