Skip to content

Commit 1051750

Browse files
authored
Merge branch 'main' into bugfix-arrowdtype-itemsize
2 parents 9c267bf + c3a4ffc commit 1051750

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)