Skip to content

Commit 4232dd0

Browse files
khemkaran10Khemkaran
authored andcommitted
BUG FIX: pandas.arrays.IntervalArray.overlaps() incorrectly documents that it accepts IntervalArray. (pandas-dev#62009)
Co-authored-by: Khemkaran <sunny@Khemkaran-MacBook-Pro.local>
1 parent 410a20e commit 4232dd0

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)