From ed7ebf749bdd3740089e0224bfccaa9666ce213a Mon Sep 17 00:00:00 2001 From: Leonard Richardson Date: Wed, 9 Jan 2013 10:27:39 -0500 Subject: Fixed table. --- doc/source/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/index.rst b/doc/source/index.rst index cd15b8a..1501c09 100644 --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -264,7 +264,7 @@ This table summarizes the advantages and disadvantages of each parser library: | | ``BeautifulSoup(markup, "xml")`` | * The only currently supported | | | | | XML parser | | +----------------------+--------------------------------------------+--------------------------------+--------------------------+ -| html5lib | ``BeautifulSoup(markup, "html5lib")`` | * Extremely lenient | * Very slow | +| html5lib | ``BeautifulSoup(markup, "html5lib")`` | * Extremely lenient | * Very slow | | | | * Parses pages the same way a | * External Python | | | | web browser does | dependency | | | | * Creates valid HTML5 | * Python 2 only | -- cgit v1.2.3