Skip to content

Commit

Permalink
DOC: Edited docstring of Interval (#25410)
Browse files Browse the repository at this point in the history
The docstring contained a repeated segment, which I removed.
  • Loading branch information
wdecoster authored and TomAugspurger committed Feb 22, 2019
1 parent 9c0f6a8 commit b673188
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions pandas/_libs/interval.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -150,9 +150,6 @@ cdef class Interval(IntervalMixin):
Left bound for the interval.
right : orderable scalar
Right bound for the interval.
closed : {'left', 'right', 'both', 'neither'}, default 'right'
Whether the interval is closed on the left-side, right-side, both or
neither.
closed : {'right', 'left', 'both', 'neither'}, default 'right'
Whether the interval is closed on the left-side, right-side, both or
neither. See the Notes for more detailed explanation.
Expand Down

0 comments on commit b673188

Please sign in to comment.