Skip to content

Commit

Permalink
Update doc/en/explanation/pythonpath.rst
Browse files Browse the repository at this point in the history
From a quick overview it looks like lowercase is more consistent, although some pages do use `pytest` in code blocks

Co-authored-by: Bruno Oliveira <[email protected]>
  • Loading branch information
neutraljump and nicoddemus authored Jun 13, 2024
1 parent b5ce001 commit e34b4ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/en/explanation/pythonpath.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ pytest import mechanisms and ``sys.path``/``PYTHONPATH``
Import modes
------------

Pytest as a testing framework that needs to import test modules and ``conftest.py`` files for execution.
pytest as a testing framework that needs to import test modules and ``conftest.py`` files for execution.

Importing files in Python is a non-trivial process, so aspects of the
import process can be controlled through the ``--import-mode`` command-line flag, which can assume
Expand Down

0 comments on commit e34b4ee

Please sign in to comment.