We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d2e6674 commit 1ae5846Copy full SHA for 1ae5846
1 file changed
html5lib/treebuilders/simpletree.py
@@ -92,7 +92,7 @@ def __str__(self):
92
def appendChild(self, child):
93
Node.appendChild(self, child)
94
95
- def toxml(self, encoding="utf=8"):
+ def toxml(self, encoding="utf-8"):
96
result = ""
97
for child in self.childNodes:
98
result += child.toxml()
0 commit comments