diff options
author | jason king <pizza@netspace.net.au> | 2015-09-16 23:02:15 +1000 |
---|---|---|
committer | jason king <pizza@netspace.net.au> | 2015-09-16 23:02:15 +1000 |
commit | a3c1ed6dbba1e23bcbe30040bfa3d63e91b2cdab (patch) | |
tree | 0577c96b12003a929e190487e61df4b67e1f2b14 /numpy/core/fromnumeric.py | |
parent | 772c80b1ce1db7e30497fcf555ac9af56b0d7fce (diff) | |
download | numpy-a3c1ed6dbba1e23bcbe30040bfa3d63e91b2cdab.tar.gz |
DOC: numpy.diff docstring changed as per recommendation on
https://github.com/numpy/numpy/issues/5900
Slight change for cumsame doco as well, to match.
Diffstat (limited to 'numpy/core/fromnumeric.py')
-rw-r--r-- | numpy/core/fromnumeric.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/core/fromnumeric.py b/numpy/core/fromnumeric.py index 10626fe9f..d60f9adb2 100644 --- a/numpy/core/fromnumeric.py +++ b/numpy/core/fromnumeric.py @@ -2069,7 +2069,7 @@ def cumsum(a, axis=None, dtype=None, out=None): trapz : Integration of array values using the composite trapezoidal rule. - diff : Calculate the n-th order discrete difference along given axis. + diff : Calculate the n-th discrete difference along given axis. Notes ----- |