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 402224b commit 4d4b517Copy full SHA for 4d4b517
Doc/library/asyncio-eventloop.rst
@@ -1346,7 +1346,7 @@ Executing code in thread or process pools
1346
.. awaitablemethod:: loop.run_in_executor(executor, func, *args)
1347
1348
Arrange for *func* to be called in the specified executor
1349
- with *args* being passed as positional arguments.
+ passing *args* as positional arguments.
1350
1351
The *executor* argument should be an :class:`concurrent.futures.Executor`
1352
instance. The default executor is used if *executor* is ``None``.
0 commit comments