summaryrefslogtreecommitdiff
path: root/numpy/testing/_private/extbuild.py
diff options
context:
space:
mode:
authorCharles Harris <charlesr.harris@gmail.com>2022-01-12 20:12:35 -0700
committerGitHub <noreply@github.com>2022-01-12 20:12:35 -0700
commit813a0c11186ded0b5caeb853fd2b22fb9addd511 (patch)
tree48544dd4971593a63098a105ae26e59c8482129f /numpy/testing/_private/extbuild.py
parentf98c60a035b007680fe811eeed3b6326961ccff5 (diff)
parent76b1ba156e792187f133db8e8bdd968a3fdbe5be (diff)
downloadnumpy-813a0c11186ded0b5caeb853fd2b22fb9addd511.tar.gz
Merge pull request #20784 from DimitriPapadopoulos/codespell
MAINT, DOC: fix new typos detected by codespell
Diffstat (limited to 'numpy/testing/_private/extbuild.py')
-rw-r--r--numpy/testing/_private/extbuild.py2
1 files changed, 1 insertions, 1 deletions
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