From 3d0ae02cc3d0b947ef6102b31f4b354eec9b543a Mon Sep 17 00:00:00 2001 From: Leonard Richardson Date: Wed, 18 Apr 2012 08:45:51 -0400 Subject: Fixed a bug that made the HTMLParser treebuilder generate XML definitions ending with two question marks instead of one. [bug=984258] --- doc/source/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc') diff --git a/doc/source/index.rst b/doc/source/index.rst index 5abc597..5aab90e 100644 --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -2183,7 +2183,7 @@ that the document is given an XML declaration instead of being put into an tag.:: BeautifulSoup("", "xml") - # + # # There are also differences between HTML parsers. If you give Beautiful -- cgit v1.2.3