diff options
author | David Cournapeau <cournape@gmail.com> | 2008-01-13 07:41:46 +0000 |
---|---|---|
committer | David Cournapeau <cournape@gmail.com> | 2008-01-13 07:41:46 +0000 |
commit | 39097a8b2e944efa86fc1143c5b8ab4043e4cc4a (patch) | |
tree | 1c399e5a355ead7151b14631b6b7329cd7d3eb11 | |
parent | 775bac006ca28cb30bf7c733283c3453aa42a414 (diff) | |
download | numpy-39097a8b2e944efa86fc1143c5b8ab4043e4cc4a.tar.gz |
Merge revisions 4706:4720 from the trunk
-rw-r--r-- | numpy/core/numeric.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/core/numeric.py b/numpy/core/numeric.py index 6b35d2ab9..312db3510 100644 --- a/numpy/core/numeric.py +++ b/numpy/core/numeric.py @@ -667,7 +667,7 @@ def loadtxt(fname, dtype=float, comments='#', delimiter=None, converters=None, fname can be a filename or a file handle. Support for gzipped files is automatic, if the filename ends in .gz - See scipy.loadmat to read and write matfiles. + See scipy.io.loadmat to read and write matfiles. Example usage: |