Skip to content

Commit 20962a4

Browse files
committed
Wrong variable name
1 parent 2a4ef55 commit 20962a4

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
@@ -103,7 +103,7 @@ def replace_unicode_to_wl(unicode_input: str) -> str:
103103
Formal values like FormalA are like this.
104104
"""
105105
return unicode_replace_pattern.sub(
106-
lambda m: unicode_replace_dict_esc[re.escape(m.group(0))], wl_input
106+
lambda m: unicode_replace_dict_esc[re.escape(m.group(0))], unicode_input
107107
)
108108

109109

0 commit comments

Comments
 (0)