diff options
author | Rohit Sanjay <sanjay.rohit2@gmail.com> | 2020-07-13 00:30:18 +0530 |
---|---|---|
committer | Rohit Sanjay <sanjay.rohit2@gmail.com> | 2020-07-13 00:30:18 +0530 |
commit | 088364bd1b6f64872487bf44eaaf1ec765592fa2 (patch) | |
tree | 193fe9a974e7f2fa28915131faaf64448782b8ec /numpy/lib/index_tricks.py | |
parent | 0ce6da0961baafa2fe5cdd766313f2f04dbbfb11 (diff) | |
download | numpy-088364bd1b6f64872487bf44eaaf1ec765592fa2.tar.gz |
DOC: fix inconsistent parameter name in np.ndindex docstring
Diffstat (limited to 'numpy/lib/index_tricks.py')
-rw-r--r-- | numpy/lib/index_tricks.py | 2 |
1 files changed, 1 insertions, 1 deletions
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. |