Skip to content

Commit 2524838

Browse files
committed
Fix type annotation
1 parent 0963d42 commit 2524838

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/API_specification/linear_algebra_functions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -295,7 +295,7 @@ Computes the singular value decomposition `A = USV` of a matrix (or stack of mat
295295

296296
#### Returns
297297

298-
- **out**: _Union\[ <array>, Tuple\[ Union\[ <array>, None ], ... ] ]_
298+
- **out**: _Union\[ <array>, Tuple\[ <array>, ... ] ]_
299299

300300
- if `compute_uv` is `False`, an array having shape `(..., K)` and containing the vector(s) containing the singular values. For each vector, the values must be sorted in descending order according to magnitude, such that `s[..., 0]` is the largest value, `s[..., 1]` is the second largest value, et cetera. The first `x.ndim-2` dimensions must have the same size as those of the input `x`.
301301

0 commit comments

Comments
 (0)