From: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> Date: Tue, 18 Sep 2018 06:27:07 +0000 (-0700) Subject: Change "set_after" reference to `say_after`. (GH-9384) (GH-9386) X-Git-Tag: v3.7.1rc1~47 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=9a89fd688445d10c1fd1aed589643d8266f08b1e;p=thirdparty%2FPython%2Fcpython.git Change "set_after" reference to `say_after`. (GH-9384) (GH-9386) (cherry picked from commit 7bfbda46f49c0b2c43e128835106cf13315b6ae8) Co-authored-by: Danny Hermes --- diff --git a/Doc/library/asyncio-task.rst b/Doc/library/asyncio-task.rst index 670e4a5fbe04..9ca0dcd7f57c 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():