Skip to content

Commit 3e75c0a

Browse files
authored
Fix docs typo (#14005)
"there may files" should be "there may be files"
1 parent a05da8a commit 3e75c0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/en/example/pythoncollection.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ You can easily instruct ``pytest`` to discover tests from every Python file:
231231
python_files = ["*.py"]
232232
233233
However, many projects will have a ``setup.py`` which they don't want to be
234-
imported. Moreover, there may files only importable by a specific python
234+
imported. Moreover, there may be files only importable by a specific python
235235
version. For such cases you can dynamically define files to be ignored by
236236
listing them in a ``conftest.py`` file:
237237

0 commit comments

Comments
 (0)