We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b8a119 commit 786dbf8Copy full SHA for 786dbf8
html5lib/treebuilders/base.py
@@ -28,7 +28,7 @@ def __init__(self, name):
28
:arg name: The tag name associated with the node
29
30
"""
31
- # The tag name assocaited with the node
+ # The tag name associated with the node
32
self.name = name
33
# The parent of the current node (or None for the document node)
34
self.parent = None
0 commit comments