Skip to content

Commit 1a1056d

Browse files
authored
Fix typo in Lib/asyncio/futures.py (#128819)
1 parent ae7f621 commit 1a1056d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: Lib/asyncio/futures.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ class Future:
6262
# that it is not compatible by setting this to None.
6363
# - It is set by __iter__() below so that Task.__step() can tell
6464
# the difference between
65-
# `await Future()` or`yield from Future()` (correct) vs.
65+
# `await Future()` or `yield from Future()` (correct) vs.
6666
# `yield Future()` (incorrect).
6767
_asyncio_future_blocking = False
6868

0 commit comments

Comments
 (0)