Skip to content

Commit 55ff3ef

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/core/arrays/interval.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1292,7 +1292,7 @@ def mid(self) -> Index:
12921292
Return the midpoint of each Interval in the IntervalArray as an Index.
12931293
12941294
The midpoint of an interval is calculated as the average of its
1295-
`left` and `right` bounds. This property returns a `pandas.Index` object
1295+
``left`` and ``right`` bounds. This property returns a ``pandas.Index`` object
12961296
containing the midpoint for each interval.
12971297
12981298
See Also

0 commit comments

Comments
 (0)