diff options
-rw-r--r-- | Lib/xml/parser/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/xml/parser/__init__.py b/Lib/xml/parser/__init__.py index 5b76803..eb314a3 100644 --- a/Lib/xml/parser/__init__.py +++ b/Lib/xml/parser/__init__.py @@ -1,6 +1,6 @@ """Python interfaces to XML parsers. -This package contains on module: +This package contains one module: expat -- Python wrapper for James Clark's Expat parser, with namespace support. |