diff options
Diffstat (limited to 'Lib/xml/sax/__init__.py')
-rw-r--r-- | Lib/xml/sax/__init__.py | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/Lib/xml/sax/__init__.py b/Lib/xml/sax/__init__.py index 24b7d24..7c62ea1 100644 --- a/Lib/xml/sax/__init__.py +++ b/Lib/xml/sax/__init__.py @@ -16,9 +16,7 @@ saxutils -- Implementation of the convenience classes commonly used to xmlreader -- Base classes and constants which define the SAX 2 API for the parsers used with SAX for Python. -expatreader -- Driver that allows use of the Expat parser with the - classes defined in saxlib. - +expatreader -- Driver that allows use of the Expat parser with SAX. """ from xmlreader import InputSource |