Skip to content

Commit 25d60fe

Browse files
committed
Return to last commit
1 parent 3150ee6 commit 25d60fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/core/indexes/base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -297,7 +297,7 @@ class Index(IndexOpsMixin, PandasObject):
297297
PeriodIndex : Index of Period data.
298298
NumericIndex : Index of numpy int/uint/float data.
299299
Int64Index : Index of purely int64 labels (deprecated).
300-
UInt64Index : Index of purely uint64 labels (deprecated).
300+
UInt64Index : Index of purely uint64 labels.
301301
Float64Index : Index of purely float64 labels (deprecated).
302302
303303
Notes

0 commit comments

Comments
 (0)