Skip to content

Commit cae2967

Browse files
committed
Merge pull request #967 from andreas-h/patch-1
BUG: fix typo
2 parents d8a0ca4 + 152d5cc commit cae2967

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
@@ -322,7 +322,7 @@ Here's a description of what each argument is for:
322322
DataFrames will be inferred to be the join keys
323323
- ``left_on``: Columns from the left DataFrame to use as keys. Can either be
324324
column names or arrays with length equal to the length of the DataFrame
325-
- ``right_on``: Columns from the left DataFrame to use as keys. Can either be
325+
- ``right_on``: Columns from the right DataFrame to use as keys. Can either be
326326
column names or arrays with length equal to the length of the DataFrame
327327
- ``left_index``: If ``True``, use the index (row labels) from the left
328328
DataFrame as its join key(s). In the case of a DataFrame with a MultiIndex

0 commit comments

Comments
 (0)