Skip to content

Commit 1f8f863

Browse files
committed
nit
1 parent 43c1c96 commit 1f8f863

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Doc/howto/a-conceptual-overview-of-asyncio.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,9 @@ This process repeats indefinitely.
5252
Even if the queue is empty, the event loop continues to cycle (somewhat
5353
aimlessly).
5454

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.
55+
Effective execution relies on tasks sharing well and cooperating; a greedy job
56+
could hog control and leave the other jobs to starve, rendering the overall
57+
event loop approach rather useless.
5858

5959
::
6060

0 commit comments

Comments
 (0)