Skip to content

Commit

Permalink
Fixes typo in asyncio.TaskGroup context manager code example (GH-101449)
Browse files Browse the repository at this point in the history
(cherry picked from commit ef09bf6)

Co-authored-by: Ben <22038077+bcla22@users.noreply.github.com>
  • Loading branch information
miss-islington and bcla22 authored Jan 31, 2023
1 parent faf8068 commit 6a94f4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Doc/library/asyncio-task.rst
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ To actually run a coroutine, asyncio provides the following mechanisms:

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

# The wait is implicit when the context manager exits.
# The await is implicit when the context manager exits.

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

Expand Down

0 comments on commit 6a94f4c

Please sign in to comment.