Skip to content

Commit c8a38cc

Browse files
committed
add default None to dtype
1 parent 0c93bcd commit c8a38cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/core/indexes/range.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ class RangeIndex(Index):
9494
The end value of the range (exclusive).
9595
step : int, default None
9696
The step size of the range.
97-
dtype : np.int64
97+
dtype : np.int64, default None
9898
Unused, accepted for homogeneity with other index types.
9999
copy : bool, default False
100100
Unused, accepted for homogeneity with other index types.

0 commit comments

Comments
 (0)