summaryrefslogtreecommitdiff
path: root/numpy/lib/utils.py
diff options
context:
space:
mode:
Diffstat (limited to 'numpy/lib/utils.py')
-rw-r--r--numpy/lib/utils.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/lib/utils.py b/numpy/lib/utils.py
index 88a22ab21..a776c83b6 100644
--- a/numpy/lib/utils.py
+++ b/numpy/lib/utils.py
@@ -15,7 +15,7 @@ def get_numpy_include():
"""Return the directory in the package that contains the numpy/*.h header
files.
- Extension modules that need to compile against numpy.base should use this
+ Extension modules that need to compile against numpy should use this
function to locate the appropriate include directory. Using distutils:
import numpy