Correct name error

This commit is contained in:
Matthew Stamy 2016-11-01 12:23:59 -05:00
parent d7f5eafddb
commit 77629e6266
1 changed files with 1 additions and 1 deletions

View File

@ -363,7 +363,7 @@ def readStringFromStream(stream):
b_('$') : b_('$'),
}
try:
tok = escape_dict[tok]
tok = ESCAPE_DICT[tok]
except KeyError:
if tok.isdigit():
# "The number ddd may consist of one, two, or three