mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
#11379: rephrase minidom documentation to use the term "minimal" instead of "lightweight". Patch by Éric Araujo.
This commit is contained in:
parent
4b88d6c664
commit
da4b5b82a3
2 changed files with 11 additions and 16 deletions
|
@ -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")
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue