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:
351
351
"""
352
352
The value of the `step` parameter (``1`` if this was not supplied).
353
353
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` `.
356
356
357
357
See Also
358
358
--------
359
359
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.
362
362
363
363
Examples
364
364
--------
You can’t perform that action at this time.
0 commit comments