Skip to content

Commit 6a94f4c

Browse files
Fixes typo in asyncio.TaskGroup context manager code example (GH-101449)
(cherry picked from commit ef09bf6) Co-authored-by: Ben <[email protected]>
1 parent faf8068 commit 6a94f4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/asyncio-task.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ To actually run a coroutine, asyncio provides the following mechanisms:
121121

122122
print(f"started at {time.strftime('%X')}")
123123

124-
# The wait is implicit when the context manager exits.
124+
# The await is implicit when the context manager exits.
125125

126126
print(f"finished at {time.strftime('%X')}")
127127

0 commit comments

Comments
 (0)