From 8b8c2df9b176acc9162a9c6e730f7de15b48e4b3 Mon Sep 17 00:00:00 2001 From: Georg Brandl Date: Fri, 20 Feb 2009 08:45:47 +0000 Subject: Fix punctuation. --- Doc/library/xml.etree.elementtree.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/library/xml.etree.elementtree.rst b/Doc/library/xml.etree.elementtree.rst index 9aa1ea3..38545c2 100644 --- a/Doc/library/xml.etree.elementtree.rst +++ b/Doc/library/xml.etree.elementtree.rst @@ -529,5 +529,5 @@ This is an example of counting the maximum depth of an XML file:: .. [#] The encoding string included in XML output should conform to the appropriate standards. For example, "UTF-8" is valid, but "UTF8" is not. See http://www.w3.org/TR/2006/REC-xml11-20060816/#NT-EncodingDecl - and http://www.iana.org/assignments/character-sets . + and http://www.iana.org/assignments/character-sets. -- cgit v0.12