summaryrefslogtreecommitdiff
path: root/numpy/testing/_private
diff options
context:
space:
mode:
authorDimitri Papadopoulos <3234522+DimitriPapadopoulos@users.noreply.github.com>2022-01-10 23:17:25 +0100
committerDimitri Papadopoulos <3234522+DimitriPapadopoulos@users.noreply.github.com>2022-01-12 22:44:39 +0100
commit76b1ba156e792187f133db8e8bdd968a3fdbe5be (patch)
tree3bd7ae04ac2748bb030f1a55326d79dd409ea36a /numpy/testing/_private
parent18aa14c0aa699506bea357f46a18cbdfabc3d951 (diff)
downloadnumpy-76b1ba156e792187f133db8e8bdd968a3fdbe5be.tar.gz
MAINT, DOC: fix new typos detected by codespell
Diffstat (limited to 'numpy/testing/_private')
-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