Skip to content

Commit 675d17c

Browse files
akindofyogamiss-islington
authored andcommitted
Fix grammar in asyncio-dev.rst (pythonGH-15672)
Automerge-Triggered-By: @ned-deily
1 parent 2f09413 commit 675d17c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)