summaryrefslogtreecommitdiff
path: root/numpy/core/numeric.py
diff options
context:
space:
mode:
authorJarrod Millman <millman@berkeley.edu>2008-01-08 23:59:54 +0000
committerJarrod Millman <millman@berkeley.edu>2008-01-08 23:59:54 +0000
commit98b55586503b209ba9b38bb174e6f707930f0360 (patch)
tree0cea27e0f14932191b0eebc3f324fda0f1c97e6b /numpy/core/numeric.py
parent733eeb7bc46095cb380d4d67eb2ff84f5c0b765a (diff)
downloadnumpy-98b55586503b209ba9b38bb174e6f707930f0360.tar.gz
typo
Diffstat (limited to 'numpy/core/numeric.py')
-rw-r--r--numpy/core/numeric.py2
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: