Skip to content

Commit 8218c6b

Browse files
authored
Fix typo in docstring of funcs.py
1 parent 485c1b2 commit 8218c6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

asyncio/funcs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ async def wait_for(aw, timeout, sleep=core.sleep):
2727
If a timeout occurs, it cancels the task and raises ``asyncio.TimeoutError``:
2828
this should be trapped by the caller.
2929
30-
Returns the return vaalue of *aw*.
30+
Returns the return value of *aw*.
3131
3232
This is a coroutine.
3333
"""

0 commit comments

Comments
 (0)