We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34f9484 commit d9529f7Copy full SHA for d9529f7
test/html_validator.py
@@ -14,5 +14,5 @@ def handle_starttag(self, tag, attrs):
14
def assertValidHTML(text):
15
h = SimpleParser()
16
h.feed(text)
17
- # throws expections if invalid.
+ # throws exception if invalid.
18
return True
0 commit comments