summaryrefslogtreecommitdiff
path: root/numpy/lib/npyio.py
diff options
context:
space:
mode:
authorMatthias Bussonnier <bussonniermatthias@gmail.com>2020-07-09 19:18:18 -0700
committerGitHub <noreply@github.com>2020-07-09 19:18:18 -0700
commitc43b2bfb15281e170cc5006829ebc559bd1915e3 (patch)
treefb0e864bc58f04e1c875a51f729895531d002d90 /numpy/lib/npyio.py
parent18a6e3e505ee416ddfc617f3e9afdff5a031c2c2 (diff)
downloadnumpy-c43b2bfb15281e170cc5006829ebc559bd1915e3.tar.gz
DOC: Minor RST formatting. (#16792)
DOC: fixes to capitalization and header lines
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 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