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.
1 parent 45c3995 commit 57c9c08Copy full SHA for 57c9c08
samples/async/async_hello.py
@@ -6,7 +6,7 @@
6
@asyncio.coroutine
7
def hello():
8
print("Hello world!")
9
- yield from asyncio.sleep(1)
+ r = yield from asyncio.sleep(1)
10
print("Hello again!")
11
12
loop = asyncio.get_event_loop()
0 commit comments