We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dbf3a4b commit 7f6e524Copy full SHA for 7f6e524
doc/source/user/basics.copies.rst
@@ -63,8 +63,8 @@ the original array while for a copy it returns ``None``.
63
Indexing operations
64
===================
65
66
-Views are created when elements can be addressed with offsets, strides,
67
-and counts in the original array. Hence, basic indexing always creates views.
+Views are created when elements can be addressed with offsets and strides
+in the original array. Hence, basic indexing always creates views.
68
For example::
69
70
>>> x = np.arange(10)
0 commit comments