We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 55d183d commit d548509Copy full SHA for d548509
1 file changed
src/html5lib/treewalkers/etree.py
@@ -37,7 +37,7 @@ class TreeWalker(_base.NonRecursiveTreeWalker):
37
4. A flag "text", "tail" or None to indicate if the current node is a
38
text node; either the text or tail of the current element (1)
39
"""
40
-def getNodeDetails(self, node):
+ def getNodeDetails(self, node):
41
if isinstance(node, tuple): # It might be the root Element
42
elt, key, parents, flag = node
43
if flag in ("text", "tail"):
0 commit comments