Skip to content

Commit c962c86

Browse files
Update pythonpath.rst (pytest-dev#13181)
Fix two tiny typos in `pythonpath.rst`
1 parent 9bcd770 commit c962c86

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/en/explanation/pythonpath.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ pytest import mechanisms and ``sys.path``/``PYTHONPATH``
88
Import modes
99
------------
1010

11-
pytest as a testing framework that needs to import test modules and ``conftest.py`` files for execution.
11+
pytest as a testing framework needs to import test modules and ``conftest.py`` files for execution.
1212

1313
Importing files in Python is a non-trivial process, so aspects of the
1414
import process can be controlled through the ``--import-mode`` command-line flag, which can assume
@@ -78,7 +78,7 @@ these values:
7878

7979
For non-test modules, this will work if they are accessible via :py:data:`sys.path`. So
8080
for example, ``.env/lib/site-packages/app/core.py`` will be importable as ``app.core``.
81-
This is happens when plugins import non-test modules (for example doctesting).
81+
This happens when plugins import non-test modules (for example doctesting).
8282

8383
If this step succeeds, the module is returned.
8484

0 commit comments

Comments
 (0)