Skip to content

Commit b673188

Browse files
wdecosterTomAugspurger
authored andcommitted
DOC: Edited docstring of Interval (pandas-dev#25410)
The docstring contained a repeated segment, which I removed.
1 parent 9c0f6a8 commit b673188

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

pandas/_libs/interval.pyx

-3
Original file line numberDiff line numberDiff line change
@@ -150,9 +150,6 @@ cdef class Interval(IntervalMixin):
150150
Left bound for the interval.
151151
right : orderable scalar
152152
Right bound for the interval.
153-
closed : {'left', 'right', 'both', 'neither'}, default 'right'
154-
Whether the interval is closed on the left-side, right-side, both or
155-
neither.
156153
closed : {'right', 'left', 'both', 'neither'}, default 'right'
157154
Whether the interval is closed on the left-side, right-side, both or
158155
neither. See the Notes for more detailed explanation.

0 commit comments

Comments
 (0)