Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 8cff6aa

Browse files
committedSep 27, 2020
fixup! Get rid of getPhases
1 parent c52e731 commit 8cff6aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎html5lib/html5parser.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
from .constants import (
1212
spaceCharacters, asciiUpper2Lower,
1313
specialElements, headingElements, cdataElements, rcdataElements,
14-
tokenTypes, tagTokenTypes,
14+
tokenTypes,
1515
namespaces,
1616
htmlIntegrationPointElements, mathmlTextIntegrationPointElements,
1717
adjustForeignAttributes as adjustForeignAttributesMap,

0 commit comments

Comments
 (0)
Please sign in to comment.