From d720d62a0bdc8813511d58e81fd6d781458be8cd Mon Sep 17 00:00:00 2001 From: wrwrwr Date: Tue, 18 Oct 2016 12:16:50 +0200 Subject: DOC: Minor spelling fix in genfromtxt() docstring. Closes #8166. --- numpy/lib/npyio.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'numpy/lib') 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 -- cgit v1.2.1