From 1176917272982a70d8ddd7289fc9df95315ecff4 Mon Sep 17 00:00:00 2001 From: Athan Reines Date: Wed, 5 Jan 2022 01:33:26 -0800 Subject: [PATCH] Fix default --- spec/extensions/linear_algebra_functions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/extensions/linear_algebra_functions.md b/spec/extensions/linear_algebra_functions.md index 2e054f8aa..6bdcdbd78 100644 --- a/spec/extensions/linear_algebra_functions.md +++ b/spec/extensions/linear_algebra_functions.md @@ -573,7 +573,7 @@ Returns the sum along the specified diagonals of a matrix (or a stack of matrice The returned array must have the same data type as `x`. (function-linalg-vecdot)= -### linalg.vecdot(x1, x2, /, *, axis=None) +### linalg.vecdot(x1, x2, /, *, axis=-1) Alias for {ref}`function-vecdot`.