aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Lib/asyncio/tasks.py
diff options
context:
space:
mode:
authorcui fliter <imcusg@gmail.com>2024-03-06 00:05:52 +0800
committerGitHub <noreply@github.com>2024-03-05 09:05:52 -0700
commite7ba6e9dbe5433b4a0bcb0658da6a68197c28630 (patch)
treea969e02a86240adb40023084777365594bc82c61 /Lib/asyncio/tasks.py
parent4402b3cbcf8323bfa908ef86a687a5a7d46d27f3 (diff)
downloadcpython-e7ba6e9dbe5433b4a0bcb0658da6a68197c28630.tar.gz
cpython-e7ba6e9dbe5433b4a0bcb0658da6a68197c28630.zip
chore: fix typos (#116345)
Signed-off-by: cui fliter <imcusg@gmail.com>
Diffstat (limited to 'Lib/asyncio/tasks.py')
-rw-r--r--Lib/asyncio/tasks.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/asyncio/tasks.py b/Lib/asyncio/tasks.py
index fafee3e738f..48e31af9a43 100644
--- a/Lib/asyncio/tasks.py
+++ b/Lib/asyncio/tasks.py
@@ -464,7 +464,7 @@ async def wait_for(fut, timeout):
If the wait is cancelled, the task is also cancelled.
- If the task supresses the cancellation and returns a value instead,
+ If the task suppresses the cancellation and returns a value instead,
that value is returned.
This function is a coroutine.