Skip to content

Commit 12a5cb5

Browse files
Update svd docstrings
1 parent 6b63eea commit 12a5cb5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

dpnp/linalg/dpnp_iface_linalg.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -588,8 +588,7 @@ def svd(a, full_matrices=True, compute_uv=True, hermitian=False):
588588
-----------
589589
Parameter `a` is supported as :class:`dpnp.ndarray` or :class:`dpctl.tensor.usm_ndarray`.
590590
Input array data types are limited by supported DPNP :ref:`Data types`.
591-
Parameter `hermitian` is supported only with default value ``False``.
592-
Otherwise, the function raises `ValueError` exception.
591+
Otherwise, the function raises `TypeError` or `dpnp.linalg.linalgError` exception.
593592
594593
Examples
595594
--------

0 commit comments

Comments
 (0)