summaryrefslogtreecommitdiffstats
path: root/Doc/library/xml.rst
diff options
context:
space:
mode:
Diffstat (limited to 'Doc/library/xml.rst')
-rw-r--r--Doc/library/xml.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/Doc/library/xml.rst b/Doc/library/xml.rst
index 0bcf581..3c2fc89 100644
--- a/Doc/library/xml.rst
+++ b/Doc/library/xml.rst
@@ -5,9 +5,13 @@ XML Processing Modules
.. module:: xml
:synopsis: Package containing XML processing modules
+
.. sectionauthor:: Christian Heimes <christian@python.org>
.. sectionauthor:: Georg Brandl <georg@python.org>
+**Source code:** :source:`Lib/xml/`
+
+--------------
Python's interfaces for processing XML are grouped in the ``xml`` package.