From 98b55586503b209ba9b38bb174e6f707930f0360 Mon Sep 17 00:00:00 2001 From: Jarrod Millman Date: Tue, 8 Jan 2008 23:59:54 +0000 Subject: [PATCH] typo --- numpy/core/numeric.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/numpy/core/numeric.py b/numpy/core/numeric.py index 6b35d2ab9c21..312db3510c0a 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: