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.
say_after
1 parent ac94e38 commit 7bfbda4Copy full SHA for 7bfbda4
Doc/library/asyncio-task.rst
@@ -75,7 +75,7 @@ To actually run a coroutine asyncio provides three main mechanisms:
75
* The :func:`asyncio.create_task` function to run coroutines
76
concurrently as asyncio :class:`Tasks <Task>`.
77
78
- Let's modify the above example and run two "set_after" coroutines
+ Let's modify the above example and run two ``say_after`` coroutines
79
*concurrently*::
80
81
async def main():
0 commit comments