diff options
| author | Raymond Hettinger <python@rcn.com> | 2011-02-10 08:09:36 +0000 |
|---|---|---|
| committer | Raymond Hettinger <python@rcn.com> | 2011-02-10 08:09:36 +0000 |
| commit | 3029affc85d729aee385646db23fa290c64b02b7 (patch) | |
| tree | a779065bbc7273cc6837786ee4c6408ed0a4d4eb /Doc/library/xml.dom.minidom.rst | |
| parent | a2f154459aa5ac08429160bdbcd9d2a146ac1e79 (diff) | |
| download | cpython-git-3029affc85d729aee385646db23fa290c64b02b7.tar.gz | |
Add missing source links.
Diffstat (limited to 'Doc/library/xml.dom.minidom.rst')
| -rw-r--r-- | Doc/library/xml.dom.minidom.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Doc/library/xml.dom.minidom.rst b/Doc/library/xml.dom.minidom.rst index 4fb40259f0..070967bb96 100644 --- a/Doc/library/xml.dom.minidom.rst +++ b/Doc/library/xml.dom.minidom.rst @@ -7,6 +7,9 @@ .. sectionauthor:: Paul Prescod <paul@prescod.net> .. sectionauthor:: Martin v. Löwis <martin@v.loewis.de> +**Source code:** :source:`Lib/xml/dom/minidom.py` + +-------------- :mod:`xml.dom.minidom` is a light-weight implementation of the Document Object Model interface. It is intended to be simpler than the full DOM and also |
