Skip to content

Commit 0c6ff3f

Browse files
committed
Nitpick: update comment
1 parent 3ab66b1 commit 0c6ff3f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/test_module.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ def test_extra_tag():
130130

131131

132132
def test_find_empty_attribute():
133-
# Check whether we can find an element with an empty attribute
133+
# Check whether we can find an element with an empty-valued attribute
134134
html = "<html><body><form autofocus><input type='checkbox' checked></form></body></html>"
135135
form = quick_parse_filter(html, "form", {"autofocus": True})
136136
assert "autofocus" in form.attrib

0 commit comments

Comments
 (0)