summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Doc/library/asyncio-task.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/asyncio-task.rst b/Doc/library/asyncio-task.rst
index bf922fa..24e43c3 100644
--- a/Doc/library/asyncio-task.rst
+++ b/Doc/library/asyncio-task.rst
@@ -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')}")