Skip to content

Commit

Permalink
Add comments mentioned in an issue #1919
Browse files Browse the repository at this point in the history
  • Loading branch information
bourbonkk committed Sep 16, 2023
1 parent 61f2c85 commit 5e522e2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Example
import asyncio
async def main():
await asyncio.sleep(0.1)
await asyncio.create_task(asyncio.sleep(0.1))
asyncio.run(main())
Expand Down

0 comments on commit 5e522e2

Please sign in to comment.