[Python-checkins] r69803 - python/trunk/Doc/whatsnew/2.5.rst

georg.brandl python-checkins at python.org
Fri Feb 20 08:48:21 CET 2009


Author: georg.brandl
Date: Fri Feb 20 08:48:21 2009
New Revision: 69803

Log:
#5327: fix a broken link by joining it.

Modified:
   python/trunk/Doc/whatsnew/2.5.rst

Modified: python/trunk/Doc/whatsnew/2.5.rst
==============================================================================
--- python/trunk/Doc/whatsnew/2.5.rst	(original)
+++ python/trunk/Doc/whatsnew/2.5.rst	Fri Feb 20 08:48:21 2009
@@ -1761,8 +1761,8 @@
 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`


More information about the Python-checkins mailing list