summaryrefslogtreecommitdiff
path: root/scipy/_import_tools.py
diff options
context:
space:
mode:
authorPearu Peterson <pearu.peterson@gmail.com>2005-11-21 15:01:50 +0000
committerPearu Peterson <pearu.peterson@gmail.com>2005-11-21 15:01:50 +0000
commit74ffa1e40ba6c12b2ee81f14829e7fe9e5817b8d (patch)
treeb9d50156681ccdd040d2d494423a37e3eddaeae4 /scipy/_import_tools.py
parent7b5192960a7ec97c2b3e03459f7ded340b73a22b (diff)
downloadnumpy-74ffa1e40ba6c12b2ee81f14829e7fe9e5817b8d.tar.gz
Doc updates.
Diffstat (limited to 'scipy/_import_tools.py')
-rw-r--r--scipy/_import_tools.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/scipy/_import_tools.py b/scipy/_import_tools.py
index d8cf0e852..8a689c86d 100644
--- a/scipy/_import_tools.py
+++ b/scipy/_import_tools.py
@@ -5,7 +5,7 @@ import imp
from glob import glob
class PackageImport:
- """ Import packages in the current directory that implement
+ """ Import packages from the current directory that implement
info.py. See scipy/doc/DISTUTILS.txt for more info.
"""