Skip to content

Commit 8728b1a

Browse files
Update pythonpath.rst (#13181) (#13182)
Fix two tiny typos in `pythonpath.rst` (cherry picked from commit c962c86) Co-authored-by: Sadra Barikbin <[email protected]>
1 parent 4dbec99 commit 8728b1a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: doc/en/explanation/pythonpath.rst

+2-2
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)