diff options
author | Jerry Morrison <1fish2@users.noreply.github.com> | 2021-07-10 14:16:58 -0700 |
---|---|---|
committer | Jerry Morrison <1fish2@users.noreply.github.com> | 2021-07-10 14:16:58 -0700 |
commit | 05d6e615095e04c5f3bc6e9256882bcdd2950f12 (patch) | |
tree | 188d24d4da9bdcfedf7e34dea0f5c3c5e92dcf3b /numpy/distutils/misc_util.py | |
parent | 83f2b22411936dafe8a085d2e42c28b6e39e7cbb (diff) | |
download | numpy-05d6e615095e04c5f3bc6e9256882bcdd2950f12.tar.gz |
fix ")" position
Diffstat (limited to 'numpy/distutils/misc_util.py')
-rw-r--r-- | numpy/distutils/misc_util.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/distutils/misc_util.py b/numpy/distutils/misc_util.py index cf65717b8..68d5bdfe9 100644 --- a/numpy/distutils/misc_util.py +++ b/numpy/distutils/misc_util.py @@ -2374,7 +2374,7 @@ def generate_config_py(target): compiled with gcc/gfortran. Installing numpy from source (e.g. - ``pip install numpy --no-binary numpy)`` looks for BLAS and + ``pip install numpy --no-binary numpy``) looks for BLAS and LAPACK dynamic link libraries at build time. This search is influenced by the environment variables NPY_BLAS_ORDER/NPY_LAPACK_ORDER, if set, and the file |