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 f00e5f7 commit dc00bfdCopy full SHA for dc00bfd
src/array_api_extra/_lib/_lazy.py
@@ -107,7 +107,7 @@ def lazy_apply( # type: ignore[valid-type] # numpydoc ignore=GL07,SA04
107
as_numpy : bool, optional
108
If True, convert the input arrays to NumPy before passing them to `func`.
109
This is particularly useful to make numpy-only functions, e.g. written in Cython
110
- or Numba, work transparently API arrays.
+ or Numba, work transparently with array API-compliant arrays.
111
Default: False.
112
xp : array_namespace, optional
113
The standard-compatible namespace for `args`. Default: infer.
0 commit comments