8000 Unbreak tree · awesome-python/html5lib-python@d548509 · GitHub
[go: up one dir, main page]

Skip to content

Commit d548509

Browse files
committed
Unbreak tree
--HG-- extra : convert_revision : svn%3Aacbfec75-9323-0410-a652-858a13e371e0/trunk%401009
1 parent 55d183d commit d548509

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/html5lib/treewalkers/etree.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ class TreeWalker(_base.NonRecursiveTreeWalker):
3737
4. A flag "text", "tail" or None to indicate if the current node is a
3838
text node; either the text or tail of the current element (1)
3939
"""
40-
def getNodeDetails(self, node):
40+
def getNodeDetails(self, node):
4141
if isinstance(node, tuple): # It might be the root Element
4242
elt, key, parents, flag = node
4343
if flag in ("text", "tail"):

0 commit comments

Comments
 (0)
0