We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8814211 + 8eefc53 commit 2f231b3Copy full SHA for 2f231b3
doc/source/reference/arrays.indexing.rst
@@ -111,9 +111,10 @@ concepts to remember include:
111
[5],
112
[6]]])
113
114
-- :const:`Ellipsis` expand to the number of ``:`` objects needed to
115
- make a selection tuple of the same length as ``x.ndim``. There may
116
- only be a single ellipsis present.
+- :const:`Ellipsis` expands to the number of ``:`` objects needed for the
+ selection tuple to index all dimensions. In most cases, this means that
+ length of the expanded selection tuple is ``x.ndim``. There may only be a
117
+ single ellipsis present.
118
119
.. admonition:: Example
120
0 commit comments