File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -244,11 +244,11 @@ Extending pytest-timeout with plugins
244
244
=====================================
245
245
246
246
``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
248
248
reached.
249
249
250
250
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 .
252
252
253
253
See `pytest hooks documentation
254
254
<https://docs.pytest.org/en/latest/how-to/writing_hook_functions.html> `_ for more info
You can’t perform that action at this time.
0 commit comments