summaryrefslogtreecommitdiff
path: root/doc/source/index.rst
diff options
context:
space:
mode:
Diffstat (limited to 'doc/source/index.rst')
-rw-r--r--doc/source/index.rst2
1 files changed, 1 insertions, 1 deletions
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 <html> tag.::
BeautifulSoup("<a><b /></a>", "xml")
- # <?xml version="1.0" encoding="utf-8">
+ # <?xml version="1.0" encoding="utf-8"?>
# <a><b /></a>
There are also differences between HTML parsers. If you give Beautiful