diff options
author | Charles Harris <charlesr.harris@gmail.com> | 2017-10-21 16:12:55 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-10-21 16:12:55 -0600 |
commit | a95c552bff52cc1b9ef5870d4fac5ba610d657ab (patch) | |
tree | 331a8501972059530a3410fae6330f7decf8f315 /numpy/lib/nanfunctions.py | |
parent | 04b14d633c41f909a81e349df391e6843179e264 (diff) | |
parent | 84eff517ad26cc25b4821d63a312941349cc7fab (diff) | |
download | numpy-a95c552bff52cc1b9ef5870d4fac5ba610d657ab.tar.gz |
Merge branch 'master' into bool-__index__
Diffstat (limited to 'numpy/lib/nanfunctions.py')
-rw-r--r-- | numpy/lib/nanfunctions.py | 2 |
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 |