]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Change "set_after" reference to `say_after`. (GH-9384) (GH-9386)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 18 Sep 2018 06:27:07 +0000 (23:27 -0700)
committerYury Selivanov <yury@magic.io>
Tue, 18 Sep 2018 06:27:07 +0000 (02:27 -0400)
(cherry picked from commit 7bfbda46f49c0b2c43e128835106cf13315b6ae8)

Co-authored-by: Danny Hermes <daniel.j.hermes@gmail.com>
Doc/library/asyncio-task.rst

index 670e4a5fbe04d901492fecf8aa4220b512b2258b..9ca0dcd7f57ceb1cfb9591205ee042aad4332632 100644 (file)
@@ -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():