Skip to content

Commit fb898cc

Browse files
committed
update comment
1 parent 4d9e84c commit fb898cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/core/reshape/merge.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -830,7 +830,7 @@ def _maybe_add_join_keys(self, result, left_indexer, right_indexer):
830830
rvals = algos.take_1d(take_right, right_indexer, fill_value=rfill)
831831

832832
# if we have an all missing left_indexer
833-
# make sure to just use the right values
833+
# make sure to just use the right values or vice-versa
834834
mask_left = left_indexer == -1
835835
mask_right = right_indexer == -1
836836
if mask_left.all():

0 commit comments

Comments
 (0)