summaryrefslogtreecommitdiff
path: root/aiogreen.py
diff options
context:
space:
mode:
Diffstat (limited to 'aiogreen.py')
-rw-r--r--aiogreen.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/aiogreen.py b/aiogreen.py
index f1ec37c..45b4ac4 100644
--- a/aiogreen.py
+++ b/aiogreen.py
@@ -301,7 +301,7 @@ def wrap_greenthread(gt, loop=None):
def 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.