diff options
author | mattip <matti.picus@gmail.com> | 2020-01-26 13:40:15 +0200 |
---|---|---|
committer | mattip <matti.picus@gmail.com> | 2020-01-26 13:40:15 +0200 |
commit | ebe7a77d57288efbaed89fc1da283d0e1bafed07 (patch) | |
tree | 25c6c4f21da7d906c5161cd863f62b05c6820915 /numpy/distutils/system_info.py | |
parent | 7471b5610e9cba0ecb73b6ea96bd132359530645 (diff) | |
download | numpy-ebe7a77d57288efbaed89fc1da283d0e1bafed07.tar.gz |
DOC: changes from review
Diffstat (limited to 'numpy/distutils/system_info.py')
-rw-r--r-- | numpy/distutils/system_info.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/numpy/distutils/system_info.py b/numpy/distutils/system_info.py index 40ddba418..4a43e4a09 100644 --- a/numpy/distutils/system_info.py +++ b/numpy/distutils/system_info.py @@ -38,6 +38,7 @@ The order of finding the locations of resources is the following: 1. environment variable 2. section in site.cfg 3. DEFAULT section in site.cfg + 4. System default search paths (see ``default_*`` variables below). Only the first complete match is returned. Currently, the following classes are available, along with their section names: |