Skip to content

Commit f8f48f0

Browse files
Update Lib/asyncio/futures.py
Co-authored-by: Savannah Ostrowski <[email protected]>
1 parent 59121f6 commit f8f48f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/asyncio/futures.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -450,7 +450,7 @@ def future_add_to_awaited_by(fut, waiter, /):
450450
def future_discard_from_awaited_by(fut, waiter, /):
451451
"""Record that `fut` is no longer awaited on by `waiter`."""
452452
# See the comment in "future_add_to_awaited_by()" body for
453-
# details on implemntation.
453+
# details on implementation.
454454
#
455455
# Note that there's an accelerated version of this function
456456
# shadowing this implementation later in this file.

0 commit comments

Comments
 (0)