File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -856,9 +856,9 @@ def isin(
856856
857857 Parameters
858858 ----------
859- a : array_like
859+ a : array
860860 Input elements.
861- b : array_like
861+ b : array
862862 The elements against which to test each element of `a`.
863863 assume_unique : bool, optional
864864 If True, the input arrays are both assumed to be unique which can speed
@@ -868,7 +868,7 @@ def isin(
868868 kind : str | None, optional
869869 The algorithm or method to use. This will not affect the final result,
870870 but will affect the speed and memory use.
871- For Numpy the options are {None, "sort", "table"}.
871+ For NumPy the options are {None, "sort", "table"}.
872872 For Jax the mapped parameter is instead `method` and the options are
873873 {"compare_all", "binary_search", "sort", and "auto" (default)}
874874 For Cupy, Dask, Torch and the default case this parameter is not present and
You can’t perform that action at this time.
0 commit comments