From f876b76ba7625cfdf2eaea47b8953df5bd40b369 Mon Sep 17 00:00:00 2001 From: Joris Van den Bossche Date: Wed, 8 Feb 2023 16:43:02 +0100 Subject: [PATCH] DOC: remove reference of NumericIndex in Int64Index docs --- pandas/core/indexes/numeric.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pandas/core/indexes/numeric.py b/pandas/core/indexes/numeric.py index fe11a02eccb3c..2b3c27db7984e 100644 --- a/pandas/core/indexes/numeric.py +++ b/pandas/core/indexes/numeric.py @@ -313,7 +313,7 @@ def _format_native_types( Immutable sequence used for indexing and alignment. .. deprecated:: 1.4.0 - In pandas v2.0 %(klass)s will be removed and :class:`NumericIndex` used instead. + In pandas v2.0 %(klass)s will be removed and :class:`Index` used instead. %(klass)s will remain fully functional for the duration of pandas 1.x. The basic object storing axis labels for all pandas objects.