Skip to content

Commit 97a776a

Browse files
DOC: add double backticks for sphinx compatibility
Co-authored-by: mroeschke <[email protected]>
1 parent bbfb127 commit 97a776a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pandas/core/indexes/range.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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
--------

0 commit comments

Comments
 (0)