Skip to content

Commit 0c93bcd

Browse files
committed
doc—update-nitialiser-RangeIndex
1 parent ce3298b commit 0c93bcd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pandas/core/indexes/range.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -88,11 +88,11 @@ class RangeIndex(Index):
8888
8989
Parameters
9090
----------
91-
start : int (default: 0), range, or other RangeIndex instance
91+
start : int, range, or other RangeIndex instance, default None
9292
If int and "stop" is not given, interpreted as "stop" instead.
93-
stop : int (default: 0)
93+
stop : int, default None
9494
The end value of the range (exclusive).
95-
step : int (default: 1)
95+
step : int, default None
9696
The step size of the range.
9797
dtype : np.int64
9898
Unused, accepted for homogeneity with other index types.

0 commit comments

Comments
 (0)