Skip to content

Commit e7b2048

Browse files
mmaterarocky
authored andcommitted
fix typo
1 parent 1f50f00 commit e7b2048

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

mathics/builtin/strings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@ class SystemCharacterEncoding(Predefined):
266266
name = "$SystemCharacterEncoding"
267267

268268
rules = {
269-
'$CharacterEncoding': SYSTEM_CHARACTER_ENCODING,
269+
'$SystemCharacterEncoding': '"' + SYSTEM_CHARACTER_ENCODING + '"',
270270
}
271271

272272

0 commit comments

Comments
 (0)