From ebe7a77d57288efbaed89fc1da283d0e1bafed07 Mon Sep 17 00:00:00 2001 From: mattip Date: Sun, 26 Jan 2020 13:40:15 +0200 Subject: DOC: changes from review --- numpy/distutils/system_info.py | 1 + 1 file changed, 1 insertion(+) (limited to 'numpy/distutils/system_info.py') 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: -- cgit v1.2.1