mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2024-12-26 07:39:40 -05:00
Update docstring with correct return type
Co-Authored-By: Richard van der Hoff <1389908+richvdh@users.noreply.github.com>
This commit is contained in:
parent
a80e6b53f9
commit
8ed2f182f7
@ -166,7 +166,7 @@ def yieldable_gather_results(func, iter, *args, **kwargs):
|
|||||||
*args: Arguments to be passed to each call to func
|
*args: Arguments to be passed to each call to func
|
||||||
|
|
||||||
Returns
|
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.
|
one of the function calls fails.
|
||||||
"""
|
"""
|
||||||
return logcontext.make_deferred_yieldable(defer.gatherResults([
|
return logcontext.make_deferred_yieldable(defer.gatherResults([
|
||||||
|
Loading…
Reference in New Issue
Block a user