Skip to content

Commit bbdcdbc

Browse files
Apply comment
1 parent 52d6d4a commit bbdcdbc

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
@@ -1628,8 +1628,7 @@ def solve(a, b):
16281628
-----
16291629
The `b` array is only treated as a shape (M,) column vector if it is
16301630
exactly 1-dimensional. In all other instances it is treated as a stack
1631-
of (M, K) matrices. Previously `b` would be treated as a stack of (M,)
1632-
vectors if ``b.ndim`` was equal to ``a.ndim - 1``.
1631+
of (M, K) matrices.
16331632
16341633
Examples
16351634
--------

0 commit comments

Comments
 (0)