Skip to content

Commit 80922b7

Browse files
committed
Minor docstring update
1 parent 3fff881 commit 80922b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/array_api_extra/_delegation.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -871,7 +871,7 @@ def isin(
871871
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)}
874-
For Cupy, Dask, Torch and the default case this parameter is not present and
874+
For CuPy, Dask, Torch and the default case this parameter is not present and
875875
thus ignored. Default: None.
876876
xp : array_namespace, optional
877877
The standard-compatible namespace for `a` and `b`. Default: infer.

0 commit comments

Comments
 (0)