From 463f76f181f771498dc270aad0cd00e03ac1dd49 Mon Sep 17 00:00:00 2001 From: Alex Waygood Date: Wed, 26 Nov 2025 15:05:38 +0000 Subject: [PATCH] Fix docs typo (#14005) "there may files" should be "there may be files" (cherry picked from commit 3e75c0a2c1b785651b12bd22f8d1bbc2bfbd6cfa) --- doc/en/example/pythoncollection.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/en/example/pythoncollection.rst b/doc/en/example/pythoncollection.rst index eba40d50d1b..f422e51ab76 100644 --- a/doc/en/example/pythoncollection.rst +++ b/doc/en/example/pythoncollection.rst @@ -231,7 +231,7 @@ You can easily instruct ``pytest`` to discover tests from every Python file: python_files = ["*.py"] However, many projects will have a ``setup.py`` which they don't want to be -imported. Moreover, there may files only importable by a specific python +imported. Moreover, there may be files only importable by a specific python version. For such cases you can dynamically define files to be ignored by listing them in a ``conftest.py`` file: