We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b49d451 commit fcafaf8Copy full SHA for fcafaf8
README.rst
@@ -19,11 +19,11 @@ that cancels a block on *timeout* expiring::
19
with timeout(1.5):
20
yield from inner()
21
22
- 1. If ``inner()`` is executed faster than in ``1.5`` seconds
23
- nothing happens.
24
- 2. Otherwise ``inner()`` is cancelled internally by sending
25
- ``asyncio.CancelledError`` into but ``asyncio.TimeoutError``
26
- is raised outside of context manager scope.
+1. If ``inner()`` is executed faster than in ``1.5`` seconds nothing
+ happens.
+2. Otherwise ``inner()`` is cancelled internally by sending
+ ``asyncio.CancelledError`` into but ``asyncio.TimeoutError`` is
+ raised outside of context manager scope.
27
28
29
Installation
0 commit comments