summaryrefslogtreecommitdiff
path: root/numpy/lib/npyio.py
diff options
context:
space:
mode:
authorJaime <jaime.frio@gmail.com>2015-03-02 12:32:24 -0800
committerJaime <jaime.frio@gmail.com>2015-03-02 12:32:24 -0800
commit03506a9e72d85d596021e11e9b39c5a0fd1f2eba (patch)
treed5fd6bbe2d034e12a18c06f4299887166ed6ff81 /numpy/lib/npyio.py
parent83b680b84a83c3e4b56e79396c395e30af650ba8 (diff)
parent6ca778d275ade854cfc81a6a975230c4ccd9402c (diff)
downloadnumpy-03506a9e72d85d596021e11e9b39c5a0fd1f2eba.tar.gz
Merge pull request #5622 from rmcgibbo/maint-docstrings
MAINT: Reconcile docstrings and function signatures where they disagree
Diffstat (limited to 'numpy/lib/npyio.py')
-rw-r--r--numpy/lib/npyio.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/numpy/lib/npyio.py b/numpy/lib/npyio.py
index 0632ba1f8..2b01caed9 100644
--- a/numpy/lib/npyio.py
+++ b/numpy/lib/npyio.py
@@ -1240,8 +1240,8 @@ def genfromtxt(fname, dtype=float, comments='#', delimiter=None,
The string used to separate values. By default, any consecutive
whitespaces act as delimiter. An integer or sequence of integers
can also be provided as width(s) of each field.
- skip_rows : int, optional
- `skip_rows` was deprecated in numpy 1.5, and will be removed in
+ skiprows : int, optional
+ `skiprows` was deprecated in numpy 1.5, and will be removed in
numpy 2.0. Please use `skip_header` instead.
skip_header : int, optional
The number of lines to skip at the beginning of the file.