Skip to content

Commit eb6b721

Browse files
Update src/array_api_extra/_lib/_at.py
Co-authored-by: Lucas Colley <[email protected]>
1 parent b69c945 commit eb6b721

File tree

1 file changed

+1
-1
lines changed
  • src/array_api_extra/_lib

1 file changed

+1
-1
lines changed

src/array_api_extra/_lib/_at.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ class at: # pylint: disable=invalid-name # numpydoc ignore=PR02
148148
149149
Boolean masks are supported on Dask and jitted JAX arrays exclusively
150150
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
151+
Note that this support is not available in JAX's native
152152
``x.at[mask].set(y)``.
153153
154154
This pattern::

0 commit comments

Comments
 (0)