commit | f5da3ec5ee5d31f2b243667c714ec9317e891ebb | [log] [tgz] |
---|---|---|
author | Ezio Melotti <ezio.melotti@gmail.com> | Tue Jan 22 22:47:57 2013 +0200 |
committer | Ezio Melotti <ezio.melotti@gmail.com> | Tue Jan 22 22:47:57 2013 +0200 |
tree | 3f4b256ef314a84c795bdbd467565b1bddd3066b | |
parent | a0c9a4ed758523d802a7190d7530346295b59640 [diff] [blame] |
#11379: rephrase minidom documentation to use the term "minimal" instead of "lightweight". Patch by Éric Araujo.
diff --git a/Lib/xml/dom/minidom.py b/Lib/xml/dom/minidom.py index 7e2898c..f8ed232 100644 --- a/Lib/xml/dom/minidom.py +++ b/Lib/xml/dom/minidom.py
@@ -1,5 +1,6 @@ -"""\ -minidom.py -- a lightweight DOM implementation. +"""Simple implementation of the Level 1 DOM. + +Namespaces and other minor Level 2 features are also supported. parse("foo.xml")