Skip to content

Commit cc72a6d

Browse files
authored
Update README.rst, clarify timeout() signature (#427)
1 parent 796b7f3 commit cc72a6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: README.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ logic around block of code or in cases when ``asyncio.wait_for()`` is
4444
not suitable. Also it's much faster than ``asyncio.wait_for()``
4545
because ``timeout`` doesn't create a new task.
4646

47-
The ``timeout(delay, *, loop=None)`` call returns a context manager
47+
The ``timeout(delay)`` call returns a context manager
4848
that cancels a block on *timeout* expiring::
4949

5050
from async_timeout import timeout

0 commit comments

Comments
 (0)