Skip to content

Commit 7bfbda4

Browse files
dhermes1st1
authored andcommitted
Change "set_after" reference to say_after. (GH-9384)
1 parent ac94e38 commit 7bfbda4

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)