From 7bfbda46f49c0b2c43e128835106cf13315b6ae8 Mon Sep 17 00:00:00 2001 From: Danny Hermes Date: Mon, 17 Sep 2018 21:49:21 -0700 Subject: Change "set_after" reference to `say_after`. (GH-9384) --- Doc/library/asyncio-task.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/library/asyncio-task.rst b/Doc/library/asyncio-task.rst index 4893a7c..25a0768 100644 --- a/Doc/library/asyncio-task.rst +++ b/Doc/library/asyncio-task.rst @@ -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 `. - 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(): -- cgit v0.12