summaryrefslogtreecommitdiff
path: root/numpy/f2py
diff options
context:
space:
mode:
authorBrian Wignall <brianwignall@gmail.com>2019-12-19 03:39:59 -0500
committerBrian Wignall <brianwignall@gmail.com>2019-12-19 03:39:59 -0500
commit0c2a5eb42c0cddf6844880f1494ddf7765bf9c7b (patch)
tree9a8005ae483b36cf80493ca1389a6002369ee3fd /numpy/f2py
parent6d69a9e163858de5d0ea2ae810b8febc7eec1dbc (diff)
downloadnumpy-0c2a5eb42c0cddf6844880f1494ddf7765bf9c7b.tar.gz
Fix typos, via a Levenshtein-style corrector
Diffstat (limited to 'numpy/f2py')
-rw-r--r--numpy/f2py/capi_maps.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/f2py/capi_maps.py b/numpy/f2py/capi_maps.py
index ce79f680f..917a4a9a3 100644
--- a/numpy/f2py/capi_maps.py
+++ b/numpy/f2py/capi_maps.py
@@ -79,7 +79,7 @@ c2capi_map = {'double': 'NPY_DOUBLE',
'complex_long_double': 'NPY_CDOUBLE', # forced casting
'string': 'NPY_STRING'}
-# These new maps aren't used anyhere yet, but should be by default
+# These new maps aren't used anywhere yet, but should be by default
# unless building numeric or numarray extensions.
if using_newcore:
c2capi_map = {'double': 'NPY_DOUBLE',