mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +00:00
Issue #20650: Tweak some awkward wording.
This commit is contained in:
parent
80875fe439
commit
acc74e6c63
1 changed files with 2 additions and 2 deletions
|
@ -589,8 +589,8 @@ pool of processes). By default, an event loop uses a thread pool executor
|
|||
|
||||
Arrange for a callback to be called in the specified executor.
|
||||
|
||||
*executor* is a :class:`~concurrent.futures.Executor` instance,
|
||||
the default executor is used if *executor* is ``None``.
|
||||
The *executor* argument should be an :class:`~concurrent.futures.Executor`
|
||||
instance. The default executor is used if *executor* is ``None``.
|
||||
|
||||
This method is a :ref:`coroutine <coroutine>`.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue