Skip to content
Snippets Groups Projects
Unverified Commit 8ed2f182 authored by Erik Johnston's avatar Erik Johnston Committed by GitHub
Browse files

Update docstring with correct return type

parent a80e6b53
No related branches found
No related tags found
No related merge requests found
......@@ -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([
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment