summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/source/index.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/source/index.rst b/doc/source/index.rst
index caa46c9..55be9fc 100644
--- a/doc/source/index.rst
+++ b/doc/source/index.rst
@@ -2514,7 +2514,7 @@ parser::
BeautifulSoup("<a></p>", "html.parser")
# <a></a>
-Like html5lib, this parser ignores the closing </p> tag. Unlike
+Like lxml, this parser ignores the closing </p> tag. Unlike
html5lib or lxml, this parser makes no attempt to create a
well-formed HTML document by adding <html> or <body> tags.