summaryrefslogtreecommitdiff
path: root/doc/using.rst
diff options
context:
space:
mode:
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.