Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
DOC: Edited docstring of Interval (pandas-dev#25410)
The docstring contained a repeated segment, which I removed.
  • Loading branch information
wdecoster authored and alimcmaster1 committed Jun 3, 2019
1 parent 0a9ad03 commit 3b4cb5c
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions pandas/_libs/interval.pyx
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 3b4cb5c

Please sign in to comment.