mirror of
https://github.com/python/cpython.git
synced 2025-08-30 21:48:47 +00:00
Fixes typo in asyncio.TaskGroup context manager code example (#101449)
This commit is contained in:
parent
04ab767d28
commit
ef09bf63d2
1 changed files with 1 additions and 1 deletions
|
@ -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')}")
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue