From 8551018184e16dc76cadb05cfaf73985105a3293 Mon Sep 17 00:00:00 2001 From: Dimitri Papadopoulos <3234522+DimitriPapadopoulos@users.noreply.github.com> Date: Fri, 7 Oct 2022 10:00:52 +0200 Subject: MAINT: Fix typos found by codespell --- numpy/_pyinstaller/pyinstaller-smoke.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'numpy/_pyinstaller') 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 -- cgit v1.2.1