Skip to content

Commit

Permalink
DOC: remove reference of NumericIndex in Int64Index docs (#51238)
Browse files Browse the repository at this point in the history
  • Loading branch information
jorisvandenbossche authored Feb 8, 2023
1 parent f3f6ca4 commit 2706328
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pandas/core/indexes/numeric.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 2706328

Please sign in to comment.