We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Lib/asyncio/futures.py
1 parent ae7f621 commit 1a1056dCopy full SHA for 1a1056d
Lib/asyncio/futures.py
@@ -62,7 +62,7 @@ class Future:
62
# that it is not compatible by setting this to None.
63
# - It is set by __iter__() below so that Task.__step() can tell
64
# the difference between
65
- # `await Future()` or`yield from Future()` (correct) vs.
+ # `await Future()` or `yield from Future()` (correct) vs.
66
# `yield Future()` (incorrect).
67
_asyncio_future_blocking = False
68
0 commit comments