Skip to content

Commit

Permalink
DOC: add GL08 for pandas.IntervalIndex.right
Browse files Browse the repository at this point in the history
  • Loading branch information
tuhinsharma121 committed May 9, 2024
1 parent 5b500c3 commit af8430f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pandas/core/indexes/interval.py
Original file line number Diff line number Diff line change
Expand Up @@ -833,7 +833,7 @@ def left(self) -> Index:
@cache_readonly
def right(self) -> Index:
"""
Return an Index having the right bounds of the intervals in the IntervalIndex.
Return right bounds of the intervals in the IntervalIndex.
The right bounds of each interval in the IntervalIndex are
returned as an Index. The datatype of the right bounds is the
Expand Down

0 comments on commit af8430f

Please sign in to comment.