Skip to content

Commit 7ad3ea8

Browse files
perazzjvdp1
andauthored
Update doc/specs/stdlib_linalg.md
Co-authored-by: Jeremie Vandenplas <jeremie.vandenplas@gmail.com>
1 parent fe23d1e commit 7ad3ea8

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
@@ -1423,7 +1423,7 @@ containing all norms evaluated along `dim`.
14231423

14241424
By default, the return value `x` is a scalar, and contains the norm as evaluated over all elements of the generic-rank array \( A \).
14251425
If the optional `dim` argument is present, `x` is a rank `n-1` array with the same shape as \( A \) except
1426-
for dimension `dim`, that is collapsed. Each element of `x` contains the 1D norm of the elements of \( A \),
1426+
for dimension `dim`, that is dropped. Each element of `x` contains the 1D norm of the elements of \( A \),
14271427
evaluated along dimension `dim` only.
14281428

14291429
Raises `LINALG_ERROR` if the requested norm type is invalid.

0 commit comments

Comments
 (0)