From 6633f69ca250c98fc4126961b657c9df0f8d06ec Mon Sep 17 00:00:00 2001 From: Kirill Balunov Date: Tue, 7 Feb 2017 22:25:41 +0300 Subject: DOC: fix typo in 'Indexing Multi-dimensional arrays' [ci skip] --- numpy/doc/indexing.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'numpy/doc/indexing.py') diff --git a/numpy/doc/indexing.py b/numpy/doc/indexing.py index 3e3e95641..39b2c73ed 100644 --- a/numpy/doc/indexing.py +++ b/numpy/doc/indexing.py @@ -200,8 +200,8 @@ one index array with y: :: What results is the construction of a new array where each value of the index array selects one row from the array being indexed and the -resultant array has the resulting shape (size of row, number index -elements). +resultant array has the resulting shape (number of index elements, +size of row). An example of where this may be useful is for a color lookup table where we want to map the values of an image into RGB triples for -- cgit v1.2.1