Skip to content

Commit cb57707

Browse files
pwilczynskiclearcodeasvetlov
authored andcommitted
Fixed typo in README.md (#63)
1 parent 1426d1c commit cb57707

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ exactly in context manager::
4444
await inner()
4545
print(cm.expired)
4646

47-
The property is ``True`` is ``inner()`` execution is cancelled by
47+
The property is ``True`` if ``inner()`` execution is cancelled by
4848
timeout context manager.
4949

5050
If ``inner()`` call explicitly raises ``TimeoutError`` ``cm.expired``

0 commit comments

Comments
 (0)