summaryrefslogtreecommitdiff
path: root/numpy/_pyinstaller/pyinstaller-smoke.py
diff options
context:
space:
mode:
Diffstat (limited to 'numpy/_pyinstaller/pyinstaller-smoke.py')
-rw-r--r--numpy/_pyinstaller/pyinstaller-smoke.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/_pyinstaller/pyinstaller-smoke.py b/numpy/_pyinstaller/pyinstaller-smoke.py
index 1c9f78ae3..eb28070e3 100644
--- a/numpy/_pyinstaller/pyinstaller-smoke.py
+++ b/numpy/_pyinstaller/pyinstaller-smoke.py
@@ -4,7 +4,7 @@ PyInstaller typically goes wrong by forgetting to package modules, extension
modules or shared libraries. This script should aim to touch as many of those
as possible in an attempt to trip a ModuleNotFoundError or a DLL load failure
due to an uncollected resource. Missing resources are unlikely to lead to
-arithmitic errors so there's generally no need to verify any calculation's
+arithmetic errors so there's generally no need to verify any calculation's
output - merely that it made it to the end OK. This script should not
explicitly import any of numpy's submodules as that gives PyInstaller undue
hints that those submodules exist and should be collected (accessing implicitly