File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -351,14 +351,14 @@ def step(self) -> int:
351351 """
352352 The value of the `step` parameter (``1`` if this was not supplied).
353353
354- The `step` parameter determines the increment (or decrement in the case
355- of negative values) between consecutive elements in the `RangeIndex`.
354+ The `` step` ` parameter determines the increment (or decrement in the case
355+ of negative values) between consecutive elements in the `` RangeIndex` `.
356356
357357 See Also
358358 --------
359359 RangeIndex : Immutable index implementing a range-based index.
360- RangeIndex.stop : Returns the stop value of the ` RangeIndex` .
361- RangeIndex.start : Returns the start value of the ` RangeIndex` .
360+ RangeIndex.stop : Returns the stop value of the RangeIndex.
361+ RangeIndex.start : Returns the start value of the RangeIndex.
362362
363363 Examples
364364 --------
You can’t perform that action at this time.
0 commit comments