diff options
author | Fred Drake <fdrake@acm.org> | 2000-06-29 20:02:38 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2000-06-29 20:02:38 (GMT) |
commit | c6e72e0b457d75b99a3bedf952190459e6f8df0a (patch) | |
tree | a6880c01e5fc1c58f3e6fc3b8eb78844f5afb299 /Lib/xml | |
parent | 252af9ca27be699c97644923e71d48a71dca406a (diff) | |
download | cpython-c6e72e0b457d75b99a3bedf952190459e6f8df0a.zip cpython-c6e72e0b457d75b99a3bedf952190459e6f8df0a.tar.gz cpython-c6e72e0b457d75b99a3bedf952190459e6f8df0a.tar.bz2 |
Typo.
Diffstat (limited to 'Lib/xml')
-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. |