Skip to content

Commit 35361c6

Browse files
committed
fix typos in docstring.
1 parent 22846c9 commit 35361c6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

test/html_norm.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""Minimal html parser/normalizer for use in test_templating.
22
3-
When testing markdown -> html coversion libraries, there are
3+
When testing markdown -> html conversion libraries, there are
44
gratuitous whitespace changes in generated output that break the
55
tests. Use this to try to normalize the generated HTML into something
66
that tries to preserve the semantic meaning allowing tests to stop
@@ -13,8 +13,8 @@
1313
Ideally this would be done by hijacking in some way
1414
lxml.html.usedoctest to get a liberal parser that will ignore
1515
whitespace. But that means the user has to install lxml to run the
16-
tests. Simlarly BeautifulSoup could be used to pretty print the html
17-
but again then BeautifulSoup would need to be instaled to run the
16+
tests. Similarly BeautifulSoup could be used to pretty print the html
17+
but again, BeautifulSoup would need to be installed to run the
1818
tests.
1919
2020
"""

0 commit comments

Comments
 (0)