Skip to content

Commit 6359e75

Browse files
authored
Trivial spelling fix in runtest_setup.py
1 parent f7585c7 commit 6359e75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

testing/cx_freeze/runtests_setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
setup(
99
name="runtests",
1010
version="0.1",
11-
description="exemple of how embedding py.test into an executable using cx_freeze",
11+
description="example of how embedding py.test into an executable using cx_freeze",
1212
executables=[Executable("runtests_script.py")],
1313
options={"build_exe": {'includes': pytest.freeze_includes()}},
1414
)

0 commit comments

Comments
 (0)