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 4dd1c9d commit 5e194f5Copy full SHA for 5e194f5
Doc/library/asyncio-dev.rst
@@ -119,7 +119,7 @@ all concurrent asyncio Tasks and IO operations would be delayed
119
by 1 second.
120
121
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
+a different process to avoid blocking the OS thread with the
123
event loop. See the :meth:`loop.run_in_executor` method for more
124
details.
125
0 commit comments