Skip to content

Commit 28d4d30

Browse files
h4ikuflub
authored andcommitted
Fix typos
1 parent 0a3e9a9 commit 28d4d30

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -244,11 +244,11 @@ Extending pytest-timeout with plugins
244244
=====================================
245245

246246
``pytest-timeout`` provides two hooks that can be used for extending the tool. These
247-
hooks are used for for setting the timeout timer and cancelling it it the timeout is not
247+
hooks are used for setting the timeout timer and cancelling it if the timeout is not
248248
reached.
249249

250250
For example, ``pytest-asyncio`` can provide asyncio-specific code that generates better
251-
traceback and points on timed out ``await`` instead of the running loop ieration.
251+
traceback and points on timed out ``await`` instead of the running loop iteration.
252252

253253
See `pytest hooks documentation
254254
<https://docs.pytest.org/en/latest/how-to/writing_hook_functions.html>`_ for more info

0 commit comments

Comments
 (0)