summaryrefslogtreecommitdiff
path: root/Doc/library/xml.etree.elementtree.rst
diff options
context:
space:
mode:
authorRaymond Hettinger <python@rcn.com>2011-02-10 08:09:36 +0000
committerRaymond Hettinger <python@rcn.com>2011-02-10 08:09:36 +0000
commit3029affc85d729aee385646db23fa290c64b02b7 (patch)
treea779065bbc7273cc6837786ee4c6408ed0a4d4eb /Doc/library/xml.etree.elementtree.rst
parenta2f154459aa5ac08429160bdbcd9d2a146ac1e79 (diff)
downloadcpython-git-3029affc85d729aee385646db23fa290c64b02b7.tar.gz
Add missing source links.
Diffstat (limited to 'Doc/library/xml.etree.elementtree.rst')
-rw-r--r--Doc/library/xml.etree.elementtree.rst3
1 files changed, 3 insertions, 0 deletions
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 <fredrik@pythonware.com>
+**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