@@ -14110,13 +14110,13 @@ def isin(
1411014110 - If `values` is a dict, the keys must be column names,
1411114111 which must match.
1411214112 - If `values` is a DataFrame:
14113- * When ``ignore_index=False`` (default), both the index
14114- and column labels must match, and comparison is done
14115- elementwise.
14116- * When ``ignore_index=True``, only column labels must
14117- match. Each element in the DataFrame is compared
14118- against the set of values in the corresponding column
14119- of ``values``, ignoring row index alignment.
14113+ * When ``ignore_index=False`` (default), both the index
14114+ and column labels must match, and comparison is done
14115+ elementwise.
14116+ * When ``ignore_index=True``, only column labels must
14117+ match. Each element in the DataFrame is compared
14118+ against the set of values in the corresponding column
14119+ of ``values``, ignoring row index alignment.
1412014120
1412114121 ignore_index : bool, default False
1412214122 *Only valid when `values` is a DataFrame.*
@@ -14139,8 +14139,8 @@ def isin(
1413914139
1414014140 Notes
1414114141 -----
14142- ``__iter__`` is used (and not ``__contains__``) to iterate over values
14143- when checking if it contains the elements in DataFrame.
14142+ ``__iter__`` is used (and not ``__contains__``) to iterate over values
14143+ when checking if it contains the elements in DataFrame.
1414414144
1414514145 Examples
1414614146 --------
0 commit comments