Skip to content

Commit 1000ace

Browse files
committed
clarity nit
1 parent 4796f85 commit 1000ace

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Doc/howto/a-conceptual-overview-of-asyncio.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -185,6 +185,7 @@ For example, many async programs follow this setup::
185185
import asyncio
186186

187187
async def main():
188+
# Perform all sorts of wacky, wild asynchronous things...
188189
...
189190

190191
if __name__ == "__main__":

0 commit comments

Comments
 (0)