diff options
author | Leonard Richardson <leonardr@segfault.org> | 2013-01-09 10:27:39 -0500 |
---|---|---|
committer | Leonard Richardson <leonardr@segfault.org> | 2013-01-09 10:27:39 -0500 |
commit | ed7ebf749bdd3740089e0224bfccaa9666ce213a (patch) | |
tree | e1a498aa664f3c16c4718dd4e757630688fcc388 /doc/source | |
parent | 385d9e17437a89fa87826bf0f812151fa5f68d30 (diff) |
Fixed table.
Diffstat (limited to 'doc/source')
-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 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 | |