diff options
author | Robert T. McGibbon <rmcgibbo@gmail.com> | 2017-09-17 22:55:25 -0400 |
---|---|---|
committer | Eric Wieser <wieser.eric@gmail.com> | 2017-09-17 19:55:25 -0700 |
commit | fa54e448d759fb0265c8ef95caae4fd97233ce9f (patch) | |
tree | c75f2bec6e94b600efccd9b5a990807134fc6811 /numpy/lib/nanfunctions.py | |
parent | 2d7352a7eefe37a102124c110770b1aa2235e853 (diff) | |
download | numpy-fa54e448d759fb0265c8ef95caae4fd97233ce9f.tar.gz |
DOX: Fix mistaken word in nanprod docstring (#9703)
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 |