Skip to content

Commit c3a4ffc

Browse files
khemkaran10Khemkaran
andauthored
BUG FIX: pandas.arrays.IntervalArray.overlaps() incorrectly documents that it accepts IntervalArray. (#62009)
Co-authored-by: Khemkaran <[email protected]>
1 parent 7f670c1 commit c3a4ffc

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
@@ -1375,7 +1375,7 @@ def mid(self) -> Index:
13751375
13761376
Parameters
13771377
----------
1378-
other : %(klass)s
1378+
other : Interval
13791379
Interval to check against for an overlap.
13801380
13811381
Returns

0 commit comments

Comments
 (0)