summaryrefslogtreecommitdiff
path: root/doc/using.rst
diff options
context:
space:
mode:
authorVictor Stinner <victor.stinner@gmail.com>2014-11-22 01:47:08 +0100
committerVictor Stinner <victor.stinner@gmail.com>2014-11-22 01:47:08 +0100
commitd26183452f1e00fac38ad28d3817803605f884d6 (patch)
treeb6829a1acb94630f0501a385dec57275d5a59e29 /doc/using.rst
parent469de722a85bb08cc665ebd60c6cc0385d0c4ae9 (diff)
downloadaioeventlet-d26183452f1e00fac38ad28d3817803605f884d6.tar.gz
link_future() only accepts coroutine objects, not coroutine functions
Diffstat (limited to 'doc/using.rst')
-rw-r--r--doc/using.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/using.rst b/doc/using.rst
index 5fcf043..0956085 100644
--- a/doc/using.rst
+++ b/doc/using.rst
@@ -115,7 +115,7 @@ link_future
.. function:: link_future(future, loop=None)
- Wait for a future, a task, or a coroutine from a greenthread.
+ Wait for a future, a task, or a coroutine object from a greenthread.
Return the result or raise the exception of the future.