Skip to content

Commit f2613c3

Browse files
committed
Fixup
1 parent 94593d4 commit f2613c3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pandas/core/frame.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -325,8 +325,8 @@
325325
----------%s
326326
right : DataFrame or named Series
327327
Object to merge with.
328-
how : {'left', 'right', 'outer', 'inner', 'left_semi',
329-
'cross', 'left_anti', 'right_anti'},
328+
how : {'left', 'right', 'outer', 'inner', 'left_semi', 'cross', 'left_anti',
329+
'right_anti'},
330330
default 'inner'
331331
Type of merge to be performed.
332332

0 commit comments

Comments
 (0)