diff options
author | Georg Brandl <georg@python.org> | 2010-07-23 16:55:26 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2010-07-23 16:55:26 (GMT) |
commit | a5eacee237ab8a9be7d326948548c29a97e8a89c (patch) | |
tree | 9935bbcfe6626fd5591b2080ef0830738308b185 /Doc/whatsnew/2.5.rst | |
parent | 6086118ceda2630dbc5eafabfb113fae678fb6a4 (diff) | |
download | cpython-a5eacee237ab8a9be7d326948548c29a97e8a89c.zip cpython-a5eacee237ab8a9be7d326948548c29a97e8a89c.tar.gz cpython-a5eacee237ab8a9be7d326948548c29a97e8a89c.tar.bz2 |
Fix some markup glitches.
Diffstat (limited to 'Doc/whatsnew/2.5.rst')
-rw-r--r-- | Doc/whatsnew/2.5.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/whatsnew/2.5.rst b/Doc/whatsnew/2.5.rst index ca87dbb..c7f7d58 100644 --- a/Doc/whatsnew/2.5.rst +++ b/Doc/whatsnew/2.5.rst @@ -1765,7 +1765,7 @@ Full documentation for ElementTree is available at http://effbot.org/zone/element-index.htm. ElementTree represents an XML document as a tree of element nodes. The text -content of the document is stored as the :attr:`.text` and :attr:`.tail` +content of the document is stored as the :attr:`text` and :attr:`tail` attributes of (This is one of the major differences between ElementTree and the Document Object Model; in the DOM there are many different types of node, including :class:`TextNode`.) |