1
0

Update docstring with correct return type

Co-Authored-By: Richard van der Hoff <1389908+richvdh@users.noreply.github.com>
This commit is contained in:
Erik Johnston
2019-05-15 09:52:52 +01:00
committed by GitHub
parent a80e6b53f9
commit 8ed2f182f7

View File

@@ -166,7 +166,7 @@ def yieldable_gather_results(func, iter, *args, **kwargs):
*args: Arguments to be passed to each call to func
Returns
Deferred: Resolved when all functions have been invoked, or errors if
Deferred[list]: Resolved when all functions have been invoked, or errors if
one of the function calls fails.
"""
return logcontext.make_deferred_yieldable(defer.gatherResults([