summaryrefslogtreecommitdiff
path: root/numpy/lib/npyio.py
diff options
context:
space:
mode:
Diffstat (limited to 'numpy/lib/npyio.py')
-rw-r--r--numpy/lib/npyio.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/lib/npyio.py b/numpy/lib/npyio.py
index 9e3127c89..534aa695c 100644
--- a/numpy/lib/npyio.py
+++ b/numpy/lib/npyio.py
@@ -751,7 +751,7 @@ def loadtxt(fname, dtype=float, comments='#', delimiter=None,
Also when a single column has to be read it is possible to use
an integer instead of a tuple. E.g ``usecols = 3`` reads the
- third column the same way as `usecols = (3,)`` would.
+ fourth column the same way as `usecols = (3,)`` would.
unpack : bool, optional
If True, the returned array is transposed, so that arguments may be