Commit 7bfbda46 authored by Danny Hermes's avatar Danny Hermes Committed by Yury Selivanov

Change "set_after" reference to `say_after`. (GH-9384)

parent ac94e38d
...@@ -75,7 +75,7 @@ To actually run a coroutine asyncio provides three main mechanisms: ...@@ -75,7 +75,7 @@ To actually run a coroutine asyncio provides three main mechanisms:
* The :func:`asyncio.create_task` function to run coroutines * The :func:`asyncio.create_task` function to run coroutines
concurrently as asyncio :class:`Tasks <Task>`. 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*:: *concurrently*::
async def main(): async def main():
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment