diff options
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 3d7d3e08f..520e9c9ec 100644 --- a/numpy/lib/npyio.py +++ b/numpy/lib/npyio.py @@ -1685,7 +1685,7 @@ def genfromtxt(fname, dtype=float, comments='#', delimiter=None, <https://docs.scipy.org/doc/numpy/user/basics.io.genfromtxt.html>`_. Examples - --------- + -------- >>> from io import StringIO >>> import numpy as np |