From 67b1c154602cd2e196d6477f764bbae961c2ccb5 Mon Sep 17 00:00:00 2001 From: "FeRD (Frank Dana)" Date: Wed, 22 Dec 2021 20:16:46 -0500 Subject: Correct documentation on parser differences --- doc/source/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/source/index.rst') 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("

", "html.parser") #
-Like html5lib, this parser ignores the closing

tag. Unlike +Like lxml, this parser ignores the closing

tag. Unlike html5lib or lxml, this parser makes no attempt to create a well-formed HTML document by adding or tags. -- cgit v1.2.3