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 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