From 6ca778d275ade854cfc81a6a975230c4ccd9402c Mon Sep 17 00:00:00 2001 From: Robert McGibbon Date: Sun, 1 Mar 2015 22:53:19 -0800 Subject: DOC: Reconcile docstrings and function signatures where they disagree Fixed typos in docstrings were updated for functions where the parameter names in the docstring didn't match the function signature. --- numpy/lib/index_tricks.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'numpy/lib/index_tricks.py') diff --git a/numpy/lib/index_tricks.py b/numpy/lib/index_tricks.py index eb9aad6ad..e97338106 100644 --- a/numpy/lib/index_tricks.py +++ b/numpy/lib/index_tricks.py @@ -480,7 +480,7 @@ class ndenumerate(object): Parameters ---------- - a : ndarray + arr : ndarray Input array. See Also -- cgit v1.2.1