[3.12] chore: fix typos (#116345) (#116370)

Co-authored-by: cui fliter <imcusg@gmail.com>
(cherry picked from commit e7ba6e9dbe)
This commit is contained in:
Terry Jan Reedy 2024-03-05 13:51:17 -05:00 committed by GitHub
parent 55faaa5c36
commit 84b023d243
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
10 changed files with 11 additions and 11 deletions

View file

@ -480,7 +480,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.