From 3029affc85d729aee385646db23fa290c64b02b7 Mon Sep 17 00:00:00 2001 From: Raymond Hettinger Date: Thu, 10 Feb 2011 08:09:36 +0000 Subject: Add missing source links. --- Doc/library/xml.etree.elementtree.rst | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Doc/library/xml.etree.elementtree.rst') diff --git a/Doc/library/xml.etree.elementtree.rst b/Doc/library/xml.etree.elementtree.rst index 71614c0be9..18c35aa290 100644 --- a/Doc/library/xml.etree.elementtree.rst +++ b/Doc/library/xml.etree.elementtree.rst @@ -5,6 +5,9 @@ :synopsis: Implementation of the ElementTree API. .. moduleauthor:: Fredrik Lundh +**Source code:** :source:`Lib/xml/etree/ElementTree.py` + +-------------- The :class:`Element` type is a flexible container object, designed to store hierarchical data structures in memory. The type can be described as a cross -- cgit v1.2.1