summaryrefslogtreecommitdiff
path: root/numpy/f2py
diff options
context:
space:
mode:
authormattip <matti.picus@gmail.com>2019-12-03 09:09:06 +0200
committermattip <matti.picus@gmail.com>2019-12-03 09:09:06 +0200
commit60608572d7740dabf287d2536684eacbc46561ab (patch)
tree4c488e46c49c7744084c5e72d8980424d594fb1e /numpy/f2py
parent522e6241c5d95522345ebe2611e8d006388e575c (diff)
downloadnumpy-60608572d7740dabf287d2536684eacbc46561ab.tar.gz
DOC: fix outstanding typo in NumPy version
Diffstat (limited to 'numpy/f2py')
-rw-r--r--numpy/f2py/cfuncs.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/f2py/cfuncs.py b/numpy/f2py/cfuncs.py
index ccb7b3a32..cede06119 100644
--- a/numpy/f2py/cfuncs.py
+++ b/numpy/f2py/cfuncs.py
@@ -542,7 +542,7 @@ cppmacros[
'ARRSIZE'] = '#define ARRSIZE(dims,rank) (_PyArray_multiply_list(dims,rank))'
cppmacros['OLDPYNUM'] = """\
#ifdef OLDPYNUM
-#error You need to install NumPy version 13 or higher. See https://scipy.org/install.html
+#error You need to install NumPy version 0.13 or higher. See https://scipy.org/install.html
#endif
"""
################# C functions ###############