Skip to content

Commit 7025844

Browse files
gh-110961: Fixed asyncio.wait docstring to remove deprecated coroutine reference (#111017)
Co-authored-by: Kumar Aditya <[email protected]>
1 parent e7ae43a commit 7025844

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Lib/asyncio/tasks.py

-2
Original file line numberDiff line numberDiff line change
@@ -424,8 +424,6 @@ async def wait(fs, *, timeout=None, return_when=ALL_COMPLETED):
424424
425425
The fs iterable must not be empty.
426426
427-
Coroutines will be wrapped in Tasks.
428-
429427
Returns two sets of Future: (done, pending).
430428
431429
Usage:

0 commit comments

Comments
 (0)