Skip to content

Commit aafdd0f

Browse files
committed
update comment
1 parent 89e3c8d commit aafdd0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/core/reshape/merge.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -831,7 +831,7 @@ def _maybe_add_join_keys(self, result, left_indexer, right_indexer):
831831
rvals = algos.take_1d(take_right, right_indexer, fill_value=rfill)
832832

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

0 commit comments

Comments
 (0)