summaryrefslogtreecommitdiff
path: root/numpy/lib/utils.py
diff options
context:
space:
mode:
authorTravis Oliphant <oliphant@enthought.com>2006-01-05 01:06:10 +0000
committerTravis Oliphant <oliphant@enthought.com>2006-01-05 01:06:10 +0000
commitf115fdf57332da17fd43202a1512b02902a77048 (patch)
tree0fa00da1f6964ceda06bc11daa4bae9d44fd9246 /numpy/lib/utils.py
parentfc95346cc7568d2464cb4daa955b947d5b42a457 (diff)
downloadnumpy-f115fdf57332da17fd43202a1512b02902a77048.tar.gz
numpy.base -> numpy
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