Skip to content

Commit 9a89fd6

Browse files
miss-islingtondhermes
authored andcommitted
Change "set_after" reference to say_after. (GH-9384) (GH-9386)
(cherry picked from commit 7bfbda4) Co-authored-by: Danny Hermes <[email protected]>
1 parent 1f4ea58 commit 9a89fd6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/asyncio-task.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ To actually run a coroutine asyncio provides three main mechanisms:
7575
* The :func:`asyncio.create_task` function to run coroutines
7676
concurrently as asyncio :class:`Tasks <Task>`.
7777

78-
Let's modify the above example and run two "set_after" coroutines
78+
Let's modify the above example and run two ``say_after`` coroutines
7979
*concurrently*::
8080

8181
async def main():

0 commit comments

Comments
 (0)