mirror of https://github.com/python/cpython
Change "set_after" reference to `say_after`. (GH-9384)
This commit is contained in:
parent
ac94e38d07
commit
7bfbda46f4
|
@ -75,7 +75,7 @@ To actually run a coroutine asyncio provides three main mechanisms:
|
|||
* The :func:`asyncio.create_task` function to run coroutines
|
||||
concurrently as asyncio :class:`Tasks <Task>`.
|
||||
|
||||
Let's modify the above example and run two "set_after" coroutines
|
||||
Let's modify the above example and run two ``say_after`` coroutines
|
||||
*concurrently*::
|
||||
|
||||
async def main():
|
||||
|
|
Loading…
Reference in New Issue