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 4796f85 commit 1000aceCopy full SHA for 1000ace
1 file changed
Doc/howto/a-conceptual-overview-of-asyncio.rst
@@ -185,6 +185,7 @@ For example, many async programs follow this setup::
185
import asyncio
186
187
async def main():
188
+ # Perform all sorts of wacky, wild asynchronous things...
189
...
190
191
if __name__ == "__main__":
0 commit comments