Skip to content

Commit 5e194f5

Browse files
Fix grammar in asyncio-dev.rst (GH-15672)
Automerge-Triggered-By: @ned-deily (cherry picked from commit 675d17c) Co-authored-by: Roger Iyengar <[email protected]>
1 parent 4dd1c9d commit 5e194f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/asyncio-dev.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ all concurrent asyncio Tasks and IO operations would be delayed
119119
by 1 second.
120120

121121
An executor can be used to run a task in a different thread or even in
122-
a different process to avoid blocking block the OS thread with the
122+
a different process to avoid blocking the OS thread with the
123123
event loop. See the :meth:`loop.run_in_executor` method for more
124124
details.
125125

0 commit comments

Comments
 (0)