From c43b2bfb15281e170cc5006829ebc559bd1915e3 Mon Sep 17 00:00:00 2001 From: Matthias Bussonnier Date: Thu, 9 Jul 2020 19:18:18 -0700 Subject: DOC: Minor RST formatting. (#16792) DOC: fixes to capitalization and header lines --- numpy/lib/index_tricks.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'numpy/lib/index_tricks.py') diff --git a/numpy/lib/index_tricks.py b/numpy/lib/index_tricks.py index d145477c3..d528b3e10 100644 --- a/numpy/lib/index_tricks.py +++ b/numpy/lib/index_tricks.py @@ -221,7 +221,7 @@ class MGridClass(nd_grid): the stop value **is inclusive**. Returns - ---------- + ------- mesh-grid `ndarrays` all of the same dimensions See Also @@ -896,7 +896,7 @@ def diag_indices(n, ndim=2): ndim : int, optional The number of dimensions. - See also + See Also -------- diag_indices_from -- cgit v1.2.1