]> granicus.if.org Git - python/commitdiff
Issue #20650: Tweak some awkward wording.
authorBrett Cannon <brett@python.org>
Fri, 28 Feb 2014 15:06:18 +0000 (10:06 -0500)
committerBrett Cannon <brett@python.org>
Fri, 28 Feb 2014 15:06:18 +0000 (10:06 -0500)
Doc/library/asyncio-eventloop.rst

index 9d549646eac2167fb9aac50d8da455df0e25c84e..171b93bbc718bb34913ba8347892c7f5fce74301 100644 (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.
 
-   *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>`.