From 7d6ae92d310de7214957b02b5ee2fea905b3f035 Mon Sep 17 00:00:00 2001 From: Kevin Cao Date: Wed, 22 Nov 2023 22:13:47 -0500 Subject: [PATCH] Fix small typo --- mathics/builtin/tensors.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mathics/builtin/tensors.py b/mathics/builtin/tensors.py index f084cdd26..d3cccff10 100644 --- a/mathics/builtin/tensors.py +++ b/mathics/builtin/tensors.py @@ -455,7 +455,7 @@ class Transpose(Builtin): :WMA: https://reference.wolfram.com/language/ref/Transpose.html)
-
'Tranpose[$m$]' +
'Transpose[$m$]'
transposes rows and columns in the matrix $m$.