Skip to content

Commit dc00bfd

Browse files
crusaderkyrgommers
andauthored
Update src/array_api_extra/_lib/_lazy.py
Co-authored-by: Ralf Gommers <[email protected]>
1 parent f00e5f7 commit dc00bfd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/array_api_extra/_lib/_lazy.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ def lazy_apply( # type: ignore[valid-type] # numpydoc ignore=GL07,SA04
107107
as_numpy : bool, optional
108108
If True, convert the input arrays to NumPy before passing them to `func`.
109109
This is particularly useful to make numpy-only functions, e.g. written in Cython
110-
or Numba, work transparently API arrays.
110+
or Numba, work transparently with array API-compliant arrays.
111111
Default: False.
112112
xp : array_namespace, optional
113113
The standard-compatible namespace for `args`. Default: infer.

0 commit comments

Comments
 (0)