Skip to content

Commit

Permalink
Fixed Issue No. #43755
Browse files Browse the repository at this point in the history
  • Loading branch information
Varun270 committed Sep 28, 2021
1 parent fcce72d commit 21ff201
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pandas/core/frame.py
Expand Up @@ -10563,7 +10563,7 @@ def isin(self, values) -> DataFrame:
When ``values`` is a Series or DataFrame the index and column must
match. Note that 'falcon' does not match based on the number of legs
in df2.
in other.
>>> other = pd.DataFrame({'num_legs': [8, 2], 'num_wings': [0, 2]},
... index=['spider', 'falcon'])
Expand Down

0 comments on commit 21ff201

Please sign in to comment.