Skip to content

Commit 7ca2ef7

Browse files
committed
spelling error
1 parent e84b363 commit 7ca2ef7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/source/user_guide/advanced.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -982,7 +982,7 @@ NumericIndex
982982

983983
In pandas 2.0, :class:`NumericIndex` will become the default index type for numeric types
984984
instead of :class:`Int64Index`, :class:`Float64Index` and :class:`UInt64Index` and those index types
985-
are therefore deprecated and will be removed in a futureversion.
985+
are therefore deprecated and will be removed in a future version.
986986
:class:`RangeIndex` will not be removed as it represents an optimized version of an integer index.
987987

988988
:class:`NumericIndex` is an index type that can hold data of any numpy int/uint/float dtype. For example:

0 commit comments

Comments
 (0)