Skip to content

Commit 4eb7f97

Browse files
committed
Revise note on race conditions for put_along_axis
Remove reference to example in `put` to avoid confusing users
1 parent 819a865 commit 4eb7f97

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

dpctl/tensor/_indexing_functions.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -539,8 +539,6 @@ def put_along_axis(x, indices, vals, /, *, axis=-1, mode="wrap"):
539539
may vary from run to run. Preserving sequential semantics in handing
540540
the duplicates to achieve deterministic behavior requires additional
541541
work.
542-
543-
See :func:`dpctl.tensor.put` for an example.
544542
"""
545543
if not isinstance(x, dpt.usm_ndarray):
546544
raise TypeError(f"Expected dpctl.tensor.usm_ndarray, got {type(x)}")

0 commit comments

Comments
 (0)