diff options
author | Georg Brandl <georg@python.org> | 2009-02-20 07:48:21 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2009-02-20 07:48:21 (GMT) |
commit | 4a698721e6380320a0462ddc2fa4081f133245e6 (patch) | |
tree | 4fe9a7f7aa821a7aca8b83e5625f22819b66a387 | |
parent | a7b55a33f877d1c210a5372a73ad85983ab8621c (diff) | |
download | cpython-4a698721e6380320a0462ddc2fa4081f133245e6.zip cpython-4a698721e6380320a0462ddc2fa4081f133245e6.tar.gz cpython-4a698721e6380320a0462ddc2fa4081f133245e6.tar.bz2 |
#5327: fix a broken link by joining it.
-rw-r--r-- | Doc/whatsnew/2.5.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/whatsnew/2.5.rst b/Doc/whatsnew/2.5.rst index e1e2887..ca87dbb 100644 --- a/Doc/whatsnew/2.5.rst +++ b/Doc/whatsnew/2.5.rst @@ -1761,8 +1761,8 @@ ElementTree 1.2.6. The :mod:`cElementTree` accelerator module is also included. The rest of this section will provide a brief overview of using ElementTree. -Full documentation for ElementTree is available at http://effbot.org/zone -/element-index.htm. +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` |