From 44be9665f7730a80d04c4e114b6c99c54d297b46 Mon Sep 17 00:00:00 2001 From: Ben Derrett Date: Fri, 16 Oct 2020 13:09:47 +0100 Subject: DOC: Fix Boolean array indexing typo --- doc/source/reference/arrays.indexing.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/source/reference') diff --git a/doc/source/reference/arrays.indexing.rst b/doc/source/reference/arrays.indexing.rst index b2a9f1d21..9f82875ea 100644 --- a/doc/source/reference/arrays.indexing.rst +++ b/doc/source/reference/arrays.indexing.rst @@ -453,7 +453,7 @@ also supports boolean arrays and will work without any surprises. array([[ 3, 5], [ 9, 11]]) - Without the ``np.ix_`` call or only the diagonal elements would be + Without the ``np.ix_`` call, only the diagonal elements would be selected. Or without ``np.ix_`` (compare the integer array examples): -- cgit v1.2.1