diff options
author | mattip <matti.picus@gmail.com> | 2019-12-03 09:09:06 +0200 |
---|---|---|
committer | mattip <matti.picus@gmail.com> | 2019-12-03 09:09:06 +0200 |
commit | 60608572d7740dabf287d2536684eacbc46561ab (patch) | |
tree | 4c488e46c49c7744084c5e72d8980424d594fb1e /numpy/f2py | |
parent | 522e6241c5d95522345ebe2611e8d006388e575c (diff) | |
download | numpy-60608572d7740dabf287d2536684eacbc46561ab.tar.gz |
DOC: fix outstanding typo in NumPy version
Diffstat (limited to 'numpy/f2py')
-rw-r--r-- | numpy/f2py/cfuncs.py | 2 |
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 ############### |