Skip to content

Commit

Permalink
DOC: Fix small grammar slip (numpy#22180)
Browse files Browse the repository at this point in the history
  • Loading branch information
melissawm authored Aug 28, 2022
2 parents 50a74fb + e070aea commit 8a08598
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/source/user/basics.indexing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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*
Expand Down

0 comments on commit 8a08598

Please sign in to comment.