Skip to content

Commit c10e9f6

Browse files
docs(pythonpath): address minor typo (#13653)
1 parent ebe6bba commit c10e9f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/en/explanation/pythonpath.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ these values:
6464

6565
* Test modules can't import each other.
6666
* Testing utility modules in the tests directories (for example a ``tests.helpers`` module containing test-related functions/classes)
67-
are not importable. The recommendation in this case it to place testing utility modules together with the application/library
67+
are not importable. The recommendation in this case is to place testing utility modules together with the application/library
6868
code, for example ``app.testing.helpers``.
6969

7070
Important: by "test utility modules", we mean functions/classes which are imported by

0 commit comments

Comments
 (0)