diff --git a/pylops/utils/backend.py b/pylops/utils/backend.py index af315a29c..0c58f6caf 100644 --- a/pylops/utils/backend.py +++ b/pylops/utils/backend.py @@ -577,11 +577,11 @@ def inplace_set(x: npt.ArrayLike, y: npt.ArrayLike, idx: list) -> NDArray: Parameters ---------- x : :obj:`numpy.ndarray` or :obj:`jax.Array` - Array to sum + Array whose values are placed at indices ``idx`` y : :obj:`numpy.ndarray` or :obj:`jax.Array` Output array idx : :obj:`list` - Indices to sum at + Indices where values ``x`` are set Returns -------