Skip to content

Commit

Permalink
Update src/array_api_extra/_lib/_at.py
Browse files Browse the repository at this point in the history
Co-authored-by: Lucas Colley <[email protected]>
  • Loading branch information
crusaderky and lucascolley authored Jan 25, 2025
1 parent b69c945 commit eb6b721
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/array_api_extra/_lib/_at.py
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ class at: # pylint: disable=invalid-name # numpydoc ignore=PR02
Boolean masks are supported on Dask and jitted JAX arrays exclusively
when `idx` has the same shape as `x` and `y` is 0-dimensional.
Note that this is support is not available in JAX's native
Note that this support is not available in JAX's native
``x.at[mask].set(y)``.
This pattern::
Expand Down

0 comments on commit eb6b721

Please sign in to comment.