Skip to content

Commit 9b1ccc7

Browse files
committed
Fix typo in out docstring
1 parent fec8bc0 commit 9b1ccc7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dpnp/dpnp_utils/dpnp_utils_linearalgebra.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ def _compute_res_dtype(*arrays, sycl_queue, dtype=None, out=None, casting="no"):
6666
Input arrays.
6767
dtype : dtype
6868
If not ``None`` and `out` is not defined, data type of the output array.
69-
out : {out, dpnp.ndarray, usm_ndarray}
69+
out : {None, dpnp.ndarray, usm_ndarray}
7070
If not ``None``, data type of the output array.
7171
casting : {"no", "equiv", "safe", "same_kind", "unsafe"}, optional
7272
Controls what kind of data casting may occur.

0 commit comments

Comments
 (0)