Skip to content

Commit fcafaf8

Browse files
committed
Fix markup
1 parent b49d451 commit fcafaf8

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@ that cancels a block on *timeout* expiring::
1919
with timeout(1.5):
2020
yield from inner()
2121

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.
22+
1. If ``inner()`` is executed faster than in ``1.5`` seconds nothing
23+
happens.
24+
2. Otherwise ``inner()`` is cancelled internally by sending
25+
``asyncio.CancelledError`` into but ``asyncio.TimeoutError`` is
26+
raised outside of context manager scope.
2727

2828

2929
Installation

0 commit comments

Comments
 (0)