Skip to content

Commit eeaec64

Browse files
asvetlovTinche
andauthored
Apply suggestions from code review
Co-authored-by: Tin Tvrtković <[email protected]>
1 parent 41892a1 commit eeaec64

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ Modes
5858
-----
5959

6060
Starting from ``pytest-asyncio>=0.17``, three modes are provided: *auto*, *strict* and
61-
*legacy* (deault).
61+
*legacy* (default).
6262

6363
The mode can be set by ``asyncio_mode`` configuration option in `configuration file
6464
<https://docs.pytest.org/en/latest/reference/customize.html>`_:
@@ -88,7 +88,7 @@ with a regular ``@pytest.fixture`` decorator instead of dedicated
8888
*asyncio-driven* means that tests and fixtures are executed by ``pytest-asyncio``
8989
plugin.
9090

91-
This mode requires the simpliest tests and fixtures configuration and is
91+
This mode requires the simplest tests and fixtures configuration and is
9292
recommended for default usage *unless* the same project and its test suite should
9393
execute tests from different async frameworks, e.g. ``asyncio`` and ``trio``. In this
9494
case, auto-handling can break tests designed for other framework; plase use *strict*

0 commit comments

Comments
 (0)