mirror of
https://github.com/python/cpython.git
synced 2025-11-11 02:52:04 +00:00
chore: fix typos (#116345)
Signed-off-by: cui fliter <imcusg@gmail.com>
This commit is contained in:
parent
4402b3cbcf
commit
e7ba6e9dbe
15 changed files with 17 additions and 17 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue