From 76b1ba156e792187f133db8e8bdd968a3fdbe5be Mon Sep 17 00:00:00 2001 From: Dimitri Papadopoulos <3234522+DimitriPapadopoulos@users.noreply.github.com> Date: Mon, 10 Jan 2022 23:17:25 +0100 Subject: MAINT, DOC: fix new typos detected by codespell --- numpy/testing/_private/extbuild.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'numpy/testing/_private/extbuild.py') diff --git a/numpy/testing/_private/extbuild.py b/numpy/testing/_private/extbuild.py index 20bf3dcea..940e2f7d7 100644 --- a/numpy/testing/_private/extbuild.py +++ b/numpy/testing/_private/extbuild.py @@ -27,7 +27,7 @@ def build_and_import_extension( functions : list of fragments Each fragment is a sequence of func_name, calling convention, snippet. prologue : string - Code to preceed the rest, usually extra ``#include`` or ``#define`` + Code to precede the rest, usually extra ``#include`` or ``#define`` macros. build_dir : pathlib.Path Where to build the module, usually a temporary directory -- cgit v1.2.1