Skip to content

Commit 5c595f3

Browse files
committed
Merge pull request pandas-dev#10091 from floydsoft/floydsoft-patch-1
fix the inconsistency between code and description
2 parents 13ca328 + 7d5cf0e commit 5c595f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/source/merging.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -490,7 +490,7 @@ standard database join operations between DataFrame objects:
490490

491491
::
492492

493-
merge(left, right, how='left', on=None, left_on=None, right_on=None,
493+
merge(left, right, how='inner', on=None, left_on=None, right_on=None,
494494
left_index=False, right_index=False, sort=True,
495495
suffixes=('_x', '_y'), copy=True)
496496

0 commit comments

Comments
 (0)