diff options
Diffstat (limited to 'Lib/xml/__init__.py')
-rw-r--r-- | Lib/xml/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/xml/__init__.py b/Lib/xml/__init__.py index 4302f8d..a38db2d 100644 --- a/Lib/xml/__init__.py +++ b/Lib/xml/__init__.py @@ -8,7 +8,7 @@ dom -- The W3C Document Object Model. This supports DOM Level 1 + parsers -- Python wrappers for XML parsers (currently only supports Expat). sax -- The Simple API for XML, developed by XML-Dev, led by David - Megginson and ported to Python by Lars Marius Garshol. This + Megginson and ported to Python by Lars Marius Garshol. This supports the SAX 2 API. """ |