diff options
author | wrwrwr <git@wr.waw.pl> | 2016-10-18 12:16:50 +0200 |
---|---|---|
committer | wrwrwr <git@wr.waw.pl> | 2016-10-18 12:16:50 +0200 |
commit | d720d62a0bdc8813511d58e81fd6d781458be8cd (patch) | |
tree | ebb435b67942b456c08d2af812f324202d282c48 /numpy/lib/npyio.py | |
parent | 0a02bb6f62a5c09103cf748bafe7a622f3dfe98b (diff) | |
download | numpy-d720d62a0bdc8813511d58e81fd6d781458be8cd.tar.gz |
DOC: Minor spelling fix in genfromtxt() docstring.
Closes #8166.
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 376d34b91..2bc14ed01 100644 --- a/numpy/lib/npyio.py +++ b/numpy/lib/npyio.py @@ -1329,7 +1329,7 @@ def genfromtxt(fname, dtype=float, comments='#', delimiter=None, ---------- fname : file, str, pathlib.Path, list of str, generator File, filename, list, or generator to read. If the filename - extension is `.gz` or `.bz2`, the file is first decompressed. Mote + extension is `.gz` or `.bz2`, the file is first decompressed. Note that generators must return byte strings in Python 3k. The strings in a list or produced by a generator are treated as lines. dtype : dtype, optional |