Skip to content

Commit 23322a6

Browse files
committed
Fix docstring
1 parent cc25182 commit 23322a6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pandas/core/arrays/interval.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1072,8 +1072,7 @@ def repeat(self, repeats, axis=None):
10721072
10731073
Examples
10741074
--------
1075-
%(examples)s
1076-
1075+
%(examples)s\
10771076
>>> intervals.overlaps(pd.Interval(0.5, 1.5))
10781077
array([ True, True, False])
10791078

0 commit comments

Comments
 (0)