summaryrefslogtreecommitdiff
path: root/numpy/core/fromnumeric.py
diff options
context:
space:
mode:
Diffstat (limited to 'numpy/core/fromnumeric.py')
-rw-r--r--numpy/core/fromnumeric.py2
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
-----