Issue #20650: Tweak some awkward wording.

This commit is contained in:
Brett Cannon 2014-02-28 10:06:18 -05:00
parent 80875fe439
commit acc74e6c63

View file

@ -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. Arrange for a callback to be called in the specified executor.
*executor* is a :class:`~concurrent.futures.Executor` instance, The *executor* argument should be an :class:`~concurrent.futures.Executor`
the default executor is used if *executor* is ``None``. instance. The default executor is used if *executor* is ``None``.
This method is a :ref:`coroutine <coroutine>`. This method is a :ref:`coroutine <coroutine>`.