Skip to content

Commit d9529f7

Browse files
committed
docs: fix simple typo, expections -> exception
There is a small typo in test/html_validator.py. Should read `exception` rather than `expections`.
1 parent 34f9484 commit d9529f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/html_validator.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@ def handle_starttag(self, tag, attrs):
1414
def assertValidHTML(text):
1515
h = SimpleParser()
1616
h.feed(text)
17-
# throws expections if invalid.
17+
# throws exception if invalid.
1818
return True

0 commit comments

Comments
 (0)