We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e1c8827 commit 9f07afaCopy full SHA for 9f07afa
1 file changed
README.rst
@@ -25,6 +25,7 @@ because ``timeout`` doesn't create a new task.
25
The ``timeout(delay, *, loop=None)`` call returns a context manager
26
that cancels a block on *timeout* expiring::
27
28
+ from async_timeout import timeout
29
async with timeout(1.5):
30
await inner()
31
0 commit comments