Skip to content

Commit 9dc5cc9

Browse files
committed
fix comment
1 parent 8912cf9 commit 9dc5cc9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/specs/stdlib_linalg.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1498,7 +1498,7 @@ where \( \epsilon \) is the machine precision for the element type of `a`. It is
14981498
Returns an array value of the same type, kind, and rank as `a` with shape `[n, m]`, that contains the pseudo-inverse matrix \( A^{+} \).
14991499

15001500
Raises `LINALG_ERROR` if the underlying SVD did not converge.
1501-
Raises `LINALG_VALUE_ERROR` if `pinva` and `a` have degenerate or incompatible sizes.
1501+
Raises `LINALG_VALUE_ERROR` if `a` has invalid size.
15021502
If `err` is not present, exceptions trigger an `error stop`.
15031503

15041504
### Example

0 commit comments

Comments
 (0)