Skip to content

Commit d60fea3

Browse files
authored
Fix signature for linalg.vecdot (#358)
1 parent a854ff1 commit d60fea3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/extensions/linear_algebra_functions.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -573,7 +573,7 @@ Returns the sum along the specified diagonals of a matrix (or a stack of matrice
573573
The returned array must have the same data type as `x`.
574574
575575
(function-linalg-vecdot)=
576-
### linalg.vecdot(x1, x2, /, *, axis=None)
576+
### linalg.vecdot(x1, x2, /, *, axis=-1)
577577
578578
Alias for {ref}`function-vecdot`.
579579

0 commit comments

Comments
 (0)