From: Fred Drake Date: Thu, 29 Jun 2000 20:02:38 +0000 (+0000) Subject: Typo. X-Git-Tag: v2.0b1~1282 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c6e72e0b457d75b99a3bedf952190459e6f8df0a;p=thirdparty%2FPython%2Fcpython.git Typo. --- diff --git a/Lib/xml/parser/__init__.py b/Lib/xml/parser/__init__.py index 5b7680381abc..eb314a3b4057 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.