From 62e3e6206a2d537267eb1e718864535dae8d1b72 Mon Sep 17 00:00:00 2001 From: Nils Werner Date: Wed, 24 Jul 2013 13:06:53 +0200 Subject: Link cumsum and diff to one another as theyre roughly the inverse of each other --- numpy/lib/function_base.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'numpy/lib/function_base.py') diff --git a/numpy/lib/function_base.py b/numpy/lib/function_base.py index d782f454a..5e433d3ab 100644 --- a/numpy/lib/function_base.py +++ b/numpy/lib/function_base.py @@ -962,7 +962,7 @@ def diff(a, n=1, axis=-1): See Also -------- - gradient, ediff1d + gradient, ediff1d, cumsum Examples -------- -- cgit v1.2.1