diff options
author | Leonard Richardson <leonardr@segfault.org> | 2021-12-22 20:26:08 -0500 |
---|---|---|
committer | Leonard Richardson <leonardr@segfault.org> | 2021-12-22 20:26:08 -0500 |
commit | 461a7083d2a924a9aaeadb8a8f6b47cf8b3fb511 (patch) | |
tree | f2652b6cdf3695ee97d9afc3e15d037ba07d7671 | |
parent | a9abf1b4a355959fd2410e7384dd2ba83a9f4e39 (diff) | |
parent | 67b1c154602cd2e196d6477f764bbae961c2ccb5 (diff) |
Corrected error in documentation (patch by Frank Dana).
-rw-r--r-- | doc/source/index.rst | 2 |
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. |