commit | da4b5b82a3b2ec27f9112cc0338a3b20f502b892 | [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 | 8b3d92c55ba0efb044a1c723932ddb3fdcc71bb7 | |
parent | 4b88d6c6642450240a9dc22e6efbdc69baf890dd [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 f23ad05..1870ebd 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")