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 @@ -69,7 +69,7 @@ The mode can be set by ``asyncio_mode`` configuration option in `configuration f
6969 [pytest]
7070 asyncio_mode = auto
7171
72- The value can be overriden by command-line option for ``pytest `` invocation:
72+ The value can be overridden by command-line option for ``pytest `` invocation:
7373
7474.. code-block :: bash
7575
@@ -91,7 +91,7 @@ plugin.
9191This mode requires the simplest tests and fixtures configuration and is
9292recommended for default usage *unless * the same project and its test suite should
9393execute tests from different async frameworks, e.g. ``asyncio `` and ``trio ``. In this
94- case, auto-handling can break tests designed for other framework; plase use *strict *
94+ case, auto-handling can break tests designed for other framework; please use *strict *
9595mode instead.
9696
9797Strict mode
You can’t perform that action at this time.
0 commit comments