Skip to content

Commit f9cbe7d

Browse files
Apply review remarks
1 parent 41356ec commit f9cbe7d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dpnp/linalg/dpnp_iface_linalg.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1318,9 +1318,9 @@ def svd(a, full_matrices=True, compute_uv=True, hermitian=False):
13181318

13191319
def svdvals(x, /):
13201320
"""
1321-
Returns the singular values of a matrix (or a stack of matrices) ``x``.
1321+
Returns the singular values of a matrix (or a stack of matrices) `x`.
13221322
1323-
When ``x`` is a stack of matrices, the function will compute
1323+
When `x` is a stack of matrices, the function will compute
13241324
the singular values for each matrix in the stack.
13251325
13261326
Calling ``dpnp.linalg.svdvals(x)`` to get singular values is the same as

0 commit comments

Comments
 (0)