Skip to content

Commit 2706328

Browse files
DOC: remove reference of NumericIndex in Int64Index docs (#51238)
1 parent f3f6ca4 commit 2706328

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/core/indexes/numeric.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -313,7 +313,7 @@ def _format_native_types(
313313
Immutable sequence used for indexing and alignment.
314314
315315
.. deprecated:: 1.4.0
316-
In pandas v2.0 %(klass)s will be removed and :class:`NumericIndex` used instead.
316+
In pandas v2.0 %(klass)s will be removed and :class:`Index` used instead.
317317
%(klass)s will remain fully functional for the duration of pandas 1.x.
318318
319319
The basic object storing axis labels for all pandas objects.

0 commit comments

Comments
 (0)