summaryrefslogtreecommitdiff
path: root/numpy/core/include
diff options
context:
space:
mode:
authorluzpaz <luzpaz@users.noreply.github.com>2018-05-01 04:28:18 +0000
committerEric Wieser <wieser.eric@gmail.com>2018-04-30 21:28:18 -0700
commit820765d762513510a8e46f108e8bc8b366127f8f (patch)
treee03571b42ed4cf2c929c64ca2ba9803e26839b65 /numpy/core/include
parent4cfba64b4abcd0875fe68618c2a18d37cd173eec (diff)
downloadnumpy-820765d762513510a8e46f108e8bc8b366127f8f.tar.gz
MAINT: Misc. typos (#11005)
User- and non-user-facing typos. Some source typos fixes as well. Found via `codespell`.
Diffstat (limited to 'numpy/core/include')
-rw-r--r--numpy/core/include/numpy/npy_interrupt.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/core/include/numpy/npy_interrupt.h b/numpy/core/include/numpy/npy_interrupt.h
index f71fd689e..40cb7ac5e 100644
--- a/numpy/core/include/numpy/npy_interrupt.h
+++ b/numpy/core/include/numpy/npy_interrupt.h
@@ -55,7 +55,7 @@ Ideas:
Simple Interface:
-In your C-extension: around a block of code you want to be interruptable
+In your C-extension: around a block of code you want to be interruptible
with a SIGINT
NPY_SIGINT_ON