cpython/Lib/xml/parser/__init__.py
Fred Drake c6e72e0b45 Typo.
2000-06-29 20:02:38 +00:00

8 lines
167 B
Python

"""Python interfaces to XML parsers.
This package contains one module:
expat -- Python wrapper for James Clark's Expat parser, with namespace
support.
"""