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/shape_base.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'numpy/lib/shape_base.py') diff --git a/numpy/lib/shape_base.py b/numpy/lib/shape_base.py index 78703555e..bc6718eca 100644 --- a/numpy/lib/shape_base.py +++ b/numpy/lib/shape_base.py @@ -452,7 +452,7 @@ def apply_over_axes(func, a, axes): Apply a function to 1-D slices of an array along the given axis. Notes - ------ + ----- This function is equivalent to tuple axis arguments to reorderable ufuncs with keepdims=True. Tuple axis arguments to ufuncs have been available since version 1.7.0. -- cgit v1.2.1