Skip to content

Commit 7f6e524

Browse files
committed
DOC: Removed less used term counts
1 parent dbf3a4b commit 7f6e524

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/source/user/basics.copies.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,8 @@ the original array while for a copy it returns ``None``.
6363
Indexing operations
6464
===================
6565

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.
66+
Views are created when elements can be addressed with offsets and strides
67+
in the original array. Hence, basic indexing always creates views.
6868
For example::
6969

7070
>>> x = np.arange(10)

0 commit comments

Comments
 (0)