We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 796b7f3 commit cc72a6dCopy full SHA for cc72a6d
README.rst
@@ -44,7 +44,7 @@ logic around block of code or in cases when ``asyncio.wait_for()`` is
44
not suitable. Also it's much faster than ``asyncio.wait_for()``
45
because ``timeout`` doesn't create a new task.
46
47
-The ``timeout(delay, *, loop=None)`` call returns a context manager
+The ``timeout(delay)`` call returns a context manager
48
that cancels a block on *timeout* expiring::
49
50
from async_timeout import timeout
0 commit comments