From 71ac6b78a14206a8e3b8f5f7e55d0af8ef6b4bf5 Mon Sep 17 00:00:00 2001 From: Matthias Bussonnier Date: Sun, 31 Jan 2021 08:33:32 -0800 Subject: DOC: Nupydoc format space before `:` in Parameters Missing `s` in two spellings. --- numpy/lib/nanfunctions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'numpy/lib/nanfunctions.py') diff --git a/numpy/lib/nanfunctions.py b/numpy/lib/nanfunctions.py index 409016adb..a02ad779f 100644 --- a/numpy/lib/nanfunctions.py +++ b/numpy/lib/nanfunctions.py @@ -613,7 +613,7 @@ def nansum(a, axis=None, dtype=None, out=None, keepdims=np._NoValue): -------- numpy.sum : Sum across array propagating NaNs. isnan : Show which elements are NaN. - isfinite: Show which elements are not NaN or +/-inf. + isfinite : Show which elements are not NaN or +/-inf. Notes ----- -- cgit v1.2.1