Skip to content

Commit ad74076

Browse files
authored
Update src/array_api_extra/_funcs.py
1 parent ee2c1d3 commit ad74076

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/array_api_extra/_funcs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -650,7 +650,7 @@ class at: # pylint: disable=invalid-name # numpydoc ignore=PR02
650650
Warnings
651651
--------
652652
(a) When you omit the ``copy`` parameter, you should never reuse the parameter
653-
array later on; ideally, you should dereference it immediately::
653+
array later on; ideally, you should reassign it immediately::
654654
655655
>>> import array_api_extra as xpx
656656
>>> x = xpx.at(x, 0).set(2)

0 commit comments

Comments
 (0)