mirror of
https://github.com/python/cpython.git
synced 2025-08-30 05:35:08 +00:00
Fix typo in Lib/asyncio/futures.py
(#128819)
This commit is contained in:
parent
ae7f621c33
commit
1a1056d394
1 changed files with 1 additions and 1 deletions
|
@ -62,7 +62,7 @@ class Future:
|
|||
# that it is not compatible by setting this to None.
|
||||
# - It is set by __iter__() below so that Task.__step() can tell
|
||||
# the difference between
|
||||
# `await Future()` or`yield from Future()` (correct) vs.
|
||||
# `await Future()` or `yield from Future()` (correct) vs.
|
||||
# `yield Future()` (incorrect).
|
||||
_asyncio_future_blocking = False
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue