Change "set_after" reference to `say_after`. (GH-9384) (GH-9386)
(cherry picked from commit 7bfbda46f49c0b2c43e128835106cf13315b6ae8)
Co-authored-by: Danny Hermes <daniel.j.hermes@gmail.com>
diff --git a/Doc/library/asyncio-task.rst b/Doc/library/asyncio-task.rst
index 670e4a5..9ca0dcd 100644
--- a/Doc/library/asyncio-task.rst
+++ b/Doc/library/asyncio-task.rst
@@ -75,7 +75,7 @@
* 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():