fixed one typo
This commit is contained in:
parent
f7cb729e4d
commit
e90c0bfb39
|
@ -175,7 +175,7 @@ class Assembler(object):
|
||||||
for argument in self._commands_by_mnemonic[cmd]["args"][1:]:
|
for argument in self._commands_by_mnemonic[cmd]["args"][1:]:
|
||||||
should_be_comma = next(self._tokenizer)
|
should_be_comma = next(self._tokenizer)
|
||||||
if(should_be_comma != ","):
|
if(should_be_comma != ","):
|
||||||
self.raise_unexpected_token(cmd, should_be_whitespace)
|
self.raise_unexpected_token(cmd, "','", should_be_comma)
|
||||||
|
|
||||||
self._word_count += 1
|
self._word_count += 1
|
||||||
self._code_objects.append(
|
self._code_objects.append(
|
||||||
|
|
Loading…
Reference in New Issue
Block a user