From b64dd0f8a728b93e3d6d87ff1d643dfe8608caee Mon Sep 17 00:00:00 2001 From: Syam Gadde Date: Thu, 1 Dec 2022 12:07:50 -0500 Subject: [PATCH] Remove dangling deprecation warning This deprecation is no longer mentioned elsewhere on the page. --- doc/source/user/basics.indexing.rst | 4 ---- 1 file changed, 4 deletions(-) diff --git a/doc/source/user/basics.indexing.rst b/doc/source/user/basics.indexing.rst index 088d280a233f..b140e223a261 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 ~~~~~~~~~~~~~~~~~~~~~~