]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Typo.
authorFred Drake <fdrake@acm.org>
Thu, 29 Jun 2000 20:02:38 +0000 (20:02 +0000)
committerFred Drake <fdrake@acm.org>
Thu, 29 Jun 2000 20:02:38 +0000 (20:02 +0000)
Lib/xml/parser/__init__.py

index 5b7680381abce8b726132022e67aee42d4949c5b..eb314a3b40573763835ad959acff985fad014537 100644 (file)
@@ -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.