8000 MAINT: Omit None in max_rows for np.loadtxt docstring · rth/numpy@4577a69 · GitHub
[go: up one dir, main page]

Skip to content

Commit 4577a69

Browse files
committed
MAINT: Omit None in max_rows for np.loadtxt docstring
1 parent f988dfb commit 4577a69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

numpy/lib/npyio.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -837,7 +837,7 @@ def loadtxt(fname, dtype=float, comments='#', delimiter=None,
837837
.. versionadded:: 1.14.0
838838
max_rows : int, optional
839839
Read `max_rows` lines of content after `skiprows` lines. The default
840-
(None) is to read all the lines.
840+
is to read all the lines.
841841
842842
.. versionadded:: 1.16.0
843843

0 commit comments

Comments
 (0)
0