diff options
author | Pearu Peterson <pearu.peterson@gmail.com> | 2005-11-21 15:01:50 +0000 |
---|---|---|
committer | Pearu Peterson <pearu.peterson@gmail.com> | 2005-11-21 15:01:50 +0000 |
commit | 74ffa1e40ba6c12b2ee81f14829e7fe9e5817b8d (patch) | |
tree | b9d50156681ccdd040d2d494423a37e3eddaeae4 /scipy/_import_tools.py | |
parent | 7b5192960a7ec97c2b3e03459f7ded340b73a22b (diff) | |
download | numpy-74ffa1e40ba6c12b2ee81f14829e7fe9e5817b8d.tar.gz |
Doc updates.
Diffstat (limited to 'scipy/_import_tools.py')
-rw-r--r-- | scipy/_import_tools.py | 2 |
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. """ |