Skip to content

Commit 8300b26

Browse files
authored
Merge pull request #8732 from domdfcoding/patch-1
Fix typo (setupttools -> setuptools)
2 parents bb9683d + 7fb5a9d commit 8300b26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/en/example/simple.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1068,7 +1068,7 @@ your frozen program work as the pytest runner by some clever
10681068
argument handling during program startup. This allows you to
10691069
have a single executable, which is usually more convenient.
10701070
Please note that the mechanism for plugin discovery used by pytest
1071-
(setupttools entry points) doesn't work with frozen executables so pytest
1071+
(setuptools entry points) doesn't work with frozen executables so pytest
10721072
can't find any third party plugins automatically. To include third party plugins
10731073
like ``pytest-timeout`` they must be imported explicitly and passed on to pytest.main.
10741074

0 commit comments

Comments
 (0)