From e070aeae713a73439d82a103fea558f5ef8dd628 Mon Sep 17 00:00:00 2001 From: Martin Zacho Date: Sun, 28 Aug 2022 18:08:07 +0200 Subject: docs: Fix small grammar slip --- doc/source/user/basics.indexing.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/source/user') diff --git a/doc/source/user/basics.indexing.rst b/doc/source/user/basics.indexing.rst index 94bab061a..088d280a2 100644 --- a/doc/source/user/basics.indexing.rst +++ b/doc/source/user/basics.indexing.rst @@ -208,7 +208,7 @@ concepts to remember include: - You may use slicing to set values in the array, but (unlike lists) you can never grow the array. The size of the value to be set in - ``x[obj] = value`` must be (broadcastable) to the same shape as + ``x[obj] = value`` must be (broadcastable to) the same shape as ``x[obj]``. - A slicing tuple can always be constructed as *obj* -- cgit v1.2.1