diff options
author | mfkasim91 <firman.kasim@gmail.com> | 2018-09-30 16:47:40 +0100 |
---|---|---|
committer | mfkasim91 <firman.kasim@gmail.com> | 2018-09-30 16:47:40 +0100 |
commit | 4577a69516bcc0406aaaa48304c8a2cbd82c58c9 (patch) | |
tree | 89001356b45a1699372e79a250dacf265afdd667 /numpy/lib/npyio.py | |
parent | f988dfb6b774d751277e8afcb3a329b871dfc476 (diff) | |
download | numpy-4577a69516bcc0406aaaa48304c8a2cbd82c58c9.tar.gz |
MAINT: Omit None in max_rows for np.loadtxt docstring
Diffstat (limited to 'numpy/lib/npyio.py')
-rw-r--r-- | numpy/lib/npyio.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/lib/npyio.py b/numpy/lib/npyio.py index 43e744f28..c4fa6b10d 100644 --- a/numpy/lib/npyio.py +++ b/numpy/lib/npyio.py @@ -837,7 +837,7 @@ def loadtxt(fname, dtype=float, comments='#', delimiter=None, .. versionadded:: 1.14.0 max_rows : int, optional Read `max_rows` lines of content after `skiprows` lines. The default - (None) is to read all the lines. + is to read all the lines. .. versionadded:: 1.16.0 |