diff options
author | Dimitri Papadopoulos <3234522+DimitriPapadopoulos@users.noreply.github.com> | 2022-10-07 10:00:52 +0200 |
---|---|---|
committer | Dimitri Papadopoulos <3234522+DimitriPapadopoulos@users.noreply.github.com> | 2022-10-07 10:21:11 +0200 |
commit | 8551018184e16dc76cadb05cfaf73985105a3293 (patch) | |
tree | bc4b1ff327f4c6b3f835a44a509414a1f9889f81 /numpy/_pyinstaller | |
parent | b347b4d2043ac97af3583b1038f2c02bdadcf3db (diff) | |
download | numpy-8551018184e16dc76cadb05cfaf73985105a3293.tar.gz |
MAINT: Fix typos found by codespell
Diffstat (limited to 'numpy/_pyinstaller')
-rw-r--r-- | numpy/_pyinstaller/pyinstaller-smoke.py | 2 |
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 |