From a3a6aa003b3ddec34dfaa3d984c505142bc78ed2 Mon Sep 17 00:00:00 2001 From: Benedikt Schmitt Date: Wed, 29 Sep 2021 13:40:16 +0200 Subject: [PATCH] fixed typo This PR fixes a small typo in the documentation. --- docs/source/computation.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/computation.rst b/docs/source/computation.rst index bb049c9..32e0fb6 100644 --- a/docs/source/computation.rst +++ b/docs/source/computation.rst @@ -162,7 +162,7 @@ is to accept and return expressions: return sqrt(de1 * de1 + de2 * de2); } -This function can work with both tnesor and variable expressions, performing +This function can work with both tensor and variable expressions, performing broadcasting according to the rules of `xtensor` or `xframe` depending on its argument type: