We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3fff881 commit 80922b7Copy full SHA for 80922b7
src/array_api_extra/_delegation.py
@@ -871,7 +871,7 @@ def isin(
871
For NumPy the options are {None, "sort", "table"}.
872
For Jax the mapped parameter is instead `method` and the options are
873
{"compare_all", "binary_search", "sort", and "auto" (default)}
874
- For Cupy, Dask, Torch and the default case this parameter is not present and
+ For CuPy, Dask, Torch and the default case this parameter is not present and
875
thus ignored. Default: None.
876
xp : array_namespace, optional
877
The standard-compatible namespace for `a` and `b`. Default: infer.
0 commit comments