From bc85e533729738de1100fabe23ddc71b41933a7a Mon Sep 17 00:00:00 2001 From: Leonard Richardson Date: Thu, 25 Jun 2015 06:41:14 -0400 Subject: Fixed syntax errors in documentation. --- doc/source/index.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/source/index.rst') diff --git a/doc/source/index.rst b/doc/source/index.rst index ef3ca7e..bab20d8 100644 --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -270,7 +270,7 @@ This table summarizes the advantages and disadvantages of each parser library: | lxml's HTML parser | ``BeautifulSoup(markup, "lxml")`` | * Very fast | * External C dependency | | | | * Lenient | | +----------------------+--------------------------------------------+--------------------------------+--------------------------+ -| lxml's XML parser | ``BeautifulSoup(markup, "lxml-xml")`` | * Very fast | * External C dependency | +| lxml's XML parser | ``BeautifulSoup(markup, "lxml-xml")`` | * Very fast | * External C dependency | | | ``BeautifulSoup(markup, "xml")`` | * The only currently supported | | | | | XML parser | | +----------------------+--------------------------------------------+--------------------------------+--------------------------+ @@ -2577,7 +2577,7 @@ constructor. Beautiful Soup assumes that a document has a single encoding, whatever it might be. If you pass it a document that contains both UTF-8 and Windows-1252, it's likely to think the whole document is Windows-1252, and the document will come out looking like -` ☃☃☃“I like snowmen!”`. +``☃☃☃“I like snowmen!”``. ``UnicodeDammit.detwingle()`` is new in Beautiful Soup 4.1.0. -- cgit v1.2.3