Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 6dfe60e

Browse files
authored
DOC: clarify wording in quickstart ix_() section (#31149)
1 parent df35519 commit 6dfe60e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

doc/source/user/quickstart.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1380,8 +1380,8 @@ and then use it as::
13801380
The advantage of this version of reduce compared to the normal
13811381
ufunc.reduce is that it makes use of the
13821382
:ref:`broadcasting rules <broadcasting-rules>`
1383-
in order to avoid creating an argument array the size of the output
1384-
times the number of vectors.
1383+
in order to avoid creating a temporary array that needs as much memory
1384+
as the output array multiplied by the number of vectors.
13851385

13861386
Indexing with strings
13871387
---------------------

0 commit comments

Comments
 (0)