diff options
Diffstat (limited to 'numpy/core/numeric.py')
-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: |