Skip to content

Commit 19f3bb6

Browse files
committed
small clarification
--HG-- extra : convert_revision : svn%3Aacbfec75-9323-0410-a652-858a13e371e0/trunk%40109
1 parent 1c11d88 commit 19f3bb6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tokenizer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -683,7 +683,7 @@ def beforeDoctypeNameState(self):
683683
self.changeState("doctypeName")
684684
elif data == u">":
685685
# Character needs to be consumed per the specification so don't
686-
# invoke with "data" as argument.
686+
# invoke emitCurrentTokenWithParseError with "data" as argument.
687687
self.emitCurrentTokenWithParseError()
688688
elif data == EOF:
689689
self.emitCurrentTokenWithParseError(data)

0 commit comments

Comments
 (0)