Skip to content

Commit 481f1fe

Browse files
authored
Merge pull request numpy#19967 from fishmandev/patch-1
DOC: Update basics.io.genfromtxt.rst
2 parents 7af1783 + 01bca76 commit 481f1fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/source/user/basics.io.genfromtxt.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -437,7 +437,7 @@ process these missing data.
437437

438438
By default, any empty string is marked as missing. We can also consider
439439
more complex strings, such as ``"N/A"`` or ``"???"`` to represent missing
440-
or invalid data. The ``missing_values`` argument accepts three kind
440+
or invalid data. The ``missing_values`` argument accepts three kinds
441441
of values:
442442

443443
a string or a comma-separated string

0 commit comments

Comments
 (0)