Skip to content

Commit

Permalink
Ooops...
Browse files Browse the repository at this point in the history
  • Loading branch information
achimnol committed May 3, 2023
1 parent 5fc8f51 commit 78587ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/aiotools/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ async def gather_safe(
Note that if it is cancelled from an outer scope (e.g., timeout), there
is no way to retrieve partially completed or failed results.
If you need to process them anyway, you must store the results in a
If you need to process them anyway, you must store the results in a
separate place in the passed coroutines or use :func:`as_completed_safe()`
instead.
Expand Down

0 comments on commit 78587ee

Please sign in to comment.