From 088364bd1b6f64872487bf44eaaf1ec765592fa2 Mon Sep 17 00:00:00 2001 From: Rohit Sanjay Date: Mon, 13 Jul 2020 00:30:18 +0530 Subject: DOC: fix inconsistent parameter name in np.ndindex docstring --- 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 e86c7a7bb..cba713ede 100644 --- a/numpy/lib/index_tricks.py +++ b/numpy/lib/index_tricks.py @@ -611,7 +611,7 @@ class ndindex: Parameters ---------- - `*args` : ints, or a single tuple of ints + shape : ints, or a single tuple of ints The size of each dimension of the array can be passed as individual parameters or as the elements of a tuple. -- cgit v1.2.1