summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Doc/library/xml.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/xml.rst b/Doc/library/xml.rst
index d796d82..c0863e5 100644
--- a/Doc/library/xml.rst
+++ b/Doc/library/xml.rst
@@ -33,7 +33,7 @@ The XML handling submodules are:
..
* :mod:`xml.dom`: the DOM API definition
-* :mod:`xml.dom.minidom`: a lightweight DOM implementation
+* :mod:`xml.dom.minidom`: a minimal DOM implementation
* :mod:`xml.dom.pulldom`: support for building partial DOM trees
..