summaryrefslogtreecommitdiff
path: root/numpy/lib/nanfunctions.py
diff options
context:
space:
mode:
authorCharles Harris <charlesr.harris@gmail.com>2017-10-21 16:12:55 -0600
committerGitHub <noreply@github.com>2017-10-21 16:12:55 -0600
commita95c552bff52cc1b9ef5870d4fac5ba610d657ab (patch)
tree331a8501972059530a3410fae6330f7decf8f315 /numpy/lib/nanfunctions.py
parent04b14d633c41f909a81e349df391e6843179e264 (diff)
parent84eff517ad26cc25b4821d63a312941349cc7fab (diff)
downloadnumpy-a95c552bff52cc1b9ef5870d4fac5ba610d657ab.tar.gz
Merge branch 'master' into bool-__index__
Diffstat (limited to 'numpy/lib/nanfunctions.py')
-rw-r--r--numpy/lib/nanfunctions.py2
1 files changed, 1 insertions, 1 deletions
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