Skip to content

Commit 4d4b517

Browse files
address review
1 parent 402224b commit 4d4b517

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/asyncio-eventloop.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1346,7 +1346,7 @@ Executing code in thread or process pools
13461346
.. awaitablemethod:: loop.run_in_executor(executor, func, *args)
13471347

13481348
Arrange for *func* to be called in the specified executor
1349-
with *args* being passed as positional arguments.
1349+
passing *args* as positional arguments.
13501350

13511351
The *executor* argument should be an :class:`concurrent.futures.Executor`
13521352
instance. The default executor is used if *executor* is ``None``.

0 commit comments

Comments
 (0)