Skip to content

Commit 35118c3

Browse files
committed
update RangeIndex docstring, closes pandas-dev#22373
1 parent 242d8de commit 35118c3

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

pandas/core/indexes/range.py

+4-2
Original file line numberDiff line numberDiff line change
@@ -53,10 +53,12 @@ class RangeIndex(Int64Index):
5353
If int and "stop" is not given, interpreted as "stop" instead.
5454
stop : int (default: 0)
5555
step : int (default: 1)
56-
name : object, optional
57-
Name to be stored in the index.
56+
dtype : np.int64
57+
Unused, accepted for homogeneity with other index types.
5858
copy : bool, default False
5959
Unused, accepted for homogeneity with other index types.
60+
name : object, optional
61+
Name to be stored in the index.
6062
6163
Attributes
6264
----------

0 commit comments

Comments
 (0)