Skip to content

Commit

Permalink
Remove dangling deprecation warning
Browse files Browse the repository at this point in the history
This deprecation is no longer mentioned elsewhere on the page.
  • Loading branch information
SyamGadde authored and charris committed Jan 8, 2023
1 parent c341fcd commit b64dd0f
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions doc/source/user/basics.indexing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -294,10 +294,6 @@ basic slicing that returns a :term:`view`).
the former will trigger advanced indexing. Be sure to understand
why this occurs.

Also recognize that ``x[[1, 2, 3]]`` will trigger advanced indexing,
whereas due to the deprecated Numeric compatibility mentioned above,
``x[[1, 2, slice(None)]]`` will trigger basic slicing.

Integer array indexing
~~~~~~~~~~~~~~~~~~~~~~

Expand Down

0 comments on commit b64dd0f

Please sign in to comment.