summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJakub Wilk <jwilk@jwilk.net>2017-02-14 23:43:27 +0100
committerJakub Wilk <jwilk@jwilk.net>2017-02-14 23:43:27 +0100
commit8843c12155e16c3deafdcc3fd481e3418c4ec402 (patch)
tree1385ba0a3f603a0e87f9fc268266fab8b1ad0f0a /doc
parentd468ed25fca8ee21121741511c58a64cc26b04ef (diff)
downloadpython-lxml-8843c12155e16c3deafdcc3fd481e3418c4ec402.tar.gz
fix typos
Diffstat (limited to 'doc')
-rw-r--r--doc/lxmlhtml.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/lxmlhtml.txt b/doc/lxmlhtml.txt
index 9e262fc9..9827ed9f 100644
--- a/doc/lxmlhtml.txt
+++ b/doc/lxmlhtml.txt
@@ -178,7 +178,7 @@ most easily used by importing the ``usedoctest`` module in a doctest:
>>> import lxml.html.usedoctest
-Now, if you have a HTML document and want to compare it to an expected result
+Now, if you have an HTML document and want to compare it to an expected result
document in a doctest, you can do the following:
.. sourcecode:: pycon