Skip to content

Commit

Permalink
Correct typo in error message pattern
Browse files Browse the repository at this point in the history
  • Loading branch information
rocky authored and mmatera committed Jul 20, 2023
1 parent 09e43b6 commit a2ada0b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,10 @@
.settings
.vscode
/.cache
/.gdbinit
/.python-version
/Mathics3.egg-info
/Mathics.egg-info
/Mathics3.egg-info
ChangeLog
Documents/
Homepage/
Expand All @@ -33,9 +34,9 @@ mathics/doc/tex/logo-heptatom.pdf
mathics/doc/tex/logo-text-nodrop.pdf
mathics/doc/tex/mathics-*.asy
mathics/doc/tex/mathics-*.dvi
mathics/doc/tex/mathics-*.dvi
mathics/doc/tex/mathics-*.eps
mathics/doc/tex/mathics-*.pdf
mathics/doc/tex/mathics-*.dvi
mathics/doc/tex/mathics-*.tex
mathics/doc/tex/mathics.aux
mathics/doc/tex/mathics.dvi
Expand Down
2 changes: 1 addition & 1 deletion mathics/builtin/tensors.py
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ class Inner(Builtin):
messages = {
"incom": (
"Length `1` of dimension `2` in `3` is incommensurate with "
"length `4` of dimension 1 in `5."
"length `4` of dimension 1 in `5`."
),
}

Expand Down

0 comments on commit a2ada0b

Please sign in to comment.