8000 Update numpy/linalg/_linalg.py · andyfaff/numpy@064b55c · GitHub
[go: up one dir, main page]

Skip to content

Commit 064b55c

Browse files
authored
Update numpy/linalg/_linalg.py
1 parent c76278b commit 064b55c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

numpy/linalg/_linalg.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -333,7 +333,7 @@ def solve(a, b):
333333
Returns
334334
-------
335335
x : {(..., M,), (..., M, K)} ndarray
336-
Solution to the system a x = b. Returned shape is (..., M) is b is
336+
Solution to the system a x = b. Returned shape is (..., M) if b is
337337
shape (M,) and (..., M, K) if b is (..., M, K), where the "..." part is
338338
broadcasted between a and b.
339339

0 commit comments

Comments
 (0)
0