summaryrefslogtreecommitdiff
path: root/doc/lxmlhtml.txt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/lxmlhtml.txt')
-rw-r--r--doc/lxmlhtml.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/lxmlhtml.txt b/doc/lxmlhtml.txt
index 93bb0c27..cc59d97a 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