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 b69c945 commit eb6b721Copy full SHA for eb6b721
src/array_api_extra/_lib/_at.py
@@ -148,7 +148,7 @@ class at: # pylint: disable=invalid-name # numpydoc ignore=PR02
148
149
Boolean masks are supported on Dask and jitted JAX arrays exclusively
150
when `idx` has the same shape as `x` and `y` is 0-dimensional.
151
- Note that this is support is not available in JAX's native
+ Note that this support is not available in JAX's native
152
``x.at[mask].set(y)``.
153
154
This pattern::
0 commit comments