projects
/
python
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
80875fe
)
Issue #20650: Tweak some awkward wording.
author
Brett Cannon
<brett@python.org>
Fri, 28 Feb 2014 15:06:18 +0000
(10:06 -0500)
committer
Brett Cannon
<brett@python.org>
Fri, 28 Feb 2014 15:06:18 +0000
(10:06 -0500)
Doc/library/asyncio-eventloop.rst
patch
|
blob
|
history
diff --git
a/Doc/library/asyncio-eventloop.rst
b/Doc/library/asyncio-eventloop.rst
index 9d549646eac2167fb9aac50d8da455df0e25c84e..171b93bbc718bb34913ba8347892c7f5fce74301 100644
(file)
--- a/
Doc/library/asyncio-eventloop.rst
+++ b/
Doc/library/asyncio-eventloop.rst
@@
-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,
-
t
he default executor is used if *executor* is ``None``.
+ The *executor* argument should be an :class:`~concurrent.futures.Executor`
+
instance. T
he default executor is used if *executor* is ``None``.
This method is a :ref:`coroutine <coroutine>`.