Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions dpnp/dpnp_iface_mathematical.py
Original file line number Diff line number Diff line change
Expand Up @@ -133,8 +133,8 @@ def _append_to_diff_array(a, axis, combined, values):

Scalar value (including case with 0d array) is expanded to an array
with length=1 in the direction of axis and the shape of the input array `a`
in along all other axes.
Note, if `values` is a scalar. then it is converted to 0d array allocating
along all other axes.
Note, if `values` is a scalar, then it is converted to 0d array allocating
on the same SYCL queue as the input array `a` and with the same USM type.

"""
Expand Down
Loading