#11379: rephrase minidom documentation to use the term "minimal" instead of "lightweight". Patch by Éric Araujo.

This commit is contained in:
Ezio Melotti 2013-01-22 22:47:57 +02:00
parent 4b88d6c664
commit da4b5b82a3
2 changed files with 11 additions and 16 deletions

View file

@ -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")