summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Cournapeau <cournape@gmail.com>2008-01-13 07:41:46 +0000
committerDavid Cournapeau <cournape@gmail.com>2008-01-13 07:41:46 +0000
commit39097a8b2e944efa86fc1143c5b8ab4043e4cc4a (patch)
tree1c399e5a355ead7151b14631b6b7329cd7d3eb11
parent775bac006ca28cb30bf7c733283c3453aa42a414 (diff)
downloadnumpy-39097a8b2e944efa86fc1143c5b8ab4043e4cc4a.tar.gz
Merge revisions 4706:4720 from the trunk
-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: