We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 485c1b2 commit 8218c6bCopy full SHA for 8218c6b
1 file changed
asyncio/funcs.py
@@ -27,7 +27,7 @@ async def wait_for(aw, timeout, sleep=core.sleep):
27
If a timeout occurs, it cancels the task and raises ``asyncio.TimeoutError``:
28
this should be trapped by the caller.
29
30
- Returns the return vaalue of *aw*.
+ Returns the return value of *aw*.
31
32
This is a coroutine.
33
"""
0 commit comments