Skip to content

Commit f56034c

Browse files
committed
Fixed typo
1 parent b6ee2a2 commit f56034c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mathicsscript/termshell.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
import sys
1010
import re
1111
from columnize import columnize
12-
from mathics import replace_unicode_to_wl
12+
from mathics import replace_unicode_with_wl
1313
from mathics.core.expression import Expression, String, Symbol
1414
from mathics.core.expression import strip_context, from_python
1515
from mathics.core.rules import Rule

0 commit comments

Comments
 (0)