Skip to content

Commit

Permalink
Merge pull request #22966 from charris/backport-22708
Browse files Browse the repository at this point in the history
DOC: Remove dangling deprecation warning
  • Loading branch information
charris committed Jan 8, 2023
2 parents c341fcd + b64dd0f commit 2739677
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions doc/source/user/basics.indexing.rst
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 2739677

Please sign in to comment.