From fa54e448d759fb0265c8ef95caae4fd97233ce9f Mon Sep 17 00:00:00 2001 From: "Robert T. McGibbon" Date: Sun, 17 Sep 2017 22:55:25 -0400 Subject: DOX: Fix mistaken word in nanprod docstring (#9703) --- 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 79bf01281..ffedcd68a 100644 --- a/numpy/lib/nanfunctions.py +++ b/numpy/lib/nanfunctions.py @@ -594,7 +594,7 @@ def nanprod(a, axis=None, dtype=None, out=None, keepdims=np._NoValue): Parameters ---------- a : array_like - Array containing numbers whose sum is desired. If `a` is not an + Array containing numbers whose product is desired. If `a` is not an array, a conversion is attempted. axis : int, optional Axis along which the product is computed. The default is to compute -- cgit v1.2.1