diff options
Diffstat (limited to 'numpy/testing/_private/extbuild.py')
-rw-r--r-- | numpy/testing/_private/extbuild.py | 2 |
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 |