From: Georg Brandl Date: Fri, 20 Feb 2009 07:48:21 +0000 (+0000) Subject: #5327: fix a broken link by joining it. X-Git-Tag: v2.7a1~1980 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4a698721e6380320a0462ddc2fa4081f133245e6;p=thirdparty%2FPython%2Fcpython.git #5327: fix a broken link by joining it. --- diff --git a/Doc/whatsnew/2.5.rst b/Doc/whatsnew/2.5.rst index e1e2887614a4..ca87dbb1ee86 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`