diff options
author | Georg Brandl <georg@python.org> | 2009-02-20 08:45:47 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2009-02-20 08:45:47 (GMT) |
commit | 8b8c2df9b176acc9162a9c6e730f7de15b48e4b3 (patch) | |
tree | 6b925c922709886e00791c1695e537fd3b22ab55 | |
parent | 6b5dbaa6c9a02f8c5e8ef4f16b2553285f509e96 (diff) | |
download | cpython-8b8c2df9b176acc9162a9c6e730f7de15b48e4b3.zip cpython-8b8c2df9b176acc9162a9c6e730f7de15b48e4b3.tar.gz cpython-8b8c2df9b176acc9162a9c6e730f7de15b48e4b3.tar.bz2 |
Fix punctuation.
-rw-r--r-- | Doc/library/xml.etree.elementtree.rst | 2 |
1 files changed, 1 insertions, 1 deletions
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. |