Skip to content

Commit 0437f25

Browse files
author
James Graham
committed
Fix comment
1 parent e11ed5a commit 0437f25

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

html5lib/treebuilders/_base.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66
from sets import Set as set
77
from sets import ImmutableSet as frozenset
88

9-
# The scope markers are inserted when entering buttons, object elements,
9+
# The scope markers are inserted when entering object elements,
1010
# marquees, table cells, and table captions, and are used to prevent formatting
11-
# from "leaking" into tables, buttons, object elements, and marquees.
11+
# from "leaking" into tables, object elements, and marquees.
1212
Marker = None
1313

1414
class Node(object):

0 commit comments

Comments
 (0)