Skip to content

Commit

Permalink
Fixes typo in asyncio.TaskGroup context manager code example (python#…
Browse files Browse the repository at this point in the history
  • Loading branch information
bcla22 authored and mdboom committed Jan 31, 2023
1 parent f8fef21 commit e5ce461
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 e5ce461

Please sign in to comment.