summaryrefslogtreecommitdiff
path: root/doc/source
diff options
context:
space:
mode:
authorSyam Gadde <syam.gadde@duke.edu>2022-12-01 12:07:50 -0500
committerGitHub <noreply@github.com>2022-12-01 12:07:50 -0500
commitb583ecc21e2976488c109690e48b9fe72d9e8f56 (patch)
tree7b35269858723d9deeb9b1b9f5613a9b71a31e48 /doc/source
parent01d64079b05c9b0c57775d0bb97d1cb5d52d2512 (diff)
downloadnumpy-b583ecc21e2976488c109690e48b9fe72d9e8f56.tar.gz
Remove dangling deprecation warning
This deprecation is no longer mentioned elsewhere on the page.
Diffstat (limited to 'doc/source')
-rw-r--r--doc/source/user/basics.indexing.rst4
1 files changed, 0 insertions, 4 deletions
diff --git a/doc/source/user/basics.indexing.rst b/doc/source/user/basics.indexing.rst
index 088d280a2..b140e223a 100644
--- a/doc/source/user/basics.indexing.rst
+++ b/doc/source/user/basics.indexing.rst
@@ -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
~~~~~~~~~~~~~~~~~~~~~~