Skip to content

Commit

Permalink
Merge pull request #937 from kejcao/fix-typo
Browse files Browse the repository at this point in the history
Fix small typo
  • Loading branch information
rocky authored Nov 23, 2023
2 parents b169eb9 + 7d6ae92 commit e47dc1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mathics/builtin/tensors.py
Original file line number Diff line number Diff line change
Expand Up @@ -455,7 +455,7 @@ class Transpose(Builtin):
:WMA: https://reference.wolfram.com/language/ref/Transpose.html</url>)
<dl>
<dt>'Tranpose[$m$]'
<dt>'Transpose[$m$]'
<dd>transposes rows and columns in the matrix $m$.
</dl>
Expand Down

0 comments on commit e47dc1d

Please sign in to comment.