Skip to content

Commit e11a52a

Browse files
Update Lib/asyncio/staggered.py
Co-authored-by: Carol Willing <[email protected]>
1 parent 9c04271 commit e11a52a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/asyncio/staggered.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ async def staggered_race(coro_fns, delay, *, loop=None):
7070
warnings._deprecated(
7171
'loop',
7272
'the {name!r} parameter is deprecated and slated for removal in '
73-
'Python {remove}; it does nothing since 3.14',
73+
'Python {remove}; it is ignored since 3.14',
7474
remove=(3, 16),
7575
)
7676

0 commit comments

Comments
 (0)