]> granicus.if.org Git - python/commitdiff
#5327: fix a broken link by joining it.
authorGeorg Brandl <georg@python.org>
Fri, 20 Feb 2009 07:48:21 +0000 (07:48 +0000)
committerGeorg Brandl <georg@python.org>
Fri, 20 Feb 2009 07:48:21 +0000 (07:48 +0000)
Doc/whatsnew/2.5.rst

index e1e2887614a4408ec516dfde2483fa604bd1f4a9..ca87dbb1ee8635c694ababc134b634a503fd0f87 100644 (file)
@@ -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`