summaryrefslogtreecommitdiffstats
path: root/Lib/xml
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>2000-06-29 20:02:38 (GMT)
committerFred Drake <fdrake@acm.org>2000-06-29 20:02:38 (GMT)
commitc6e72e0b457d75b99a3bedf952190459e6f8df0a (patch)
treea6880c01e5fc1c58f3e6fc3b8eb78844f5afb299 /Lib/xml
parent252af9ca27be699c97644923e71d48a71dca406a (diff)
downloadcpython-c6e72e0b457d75b99a3bedf952190459e6f8df0a.zip
cpython-c6e72e0b457d75b99a3bedf952190459e6f8df0a.tar.gz
cpython-c6e72e0b457d75b99a3bedf952190459e6f8df0a.tar.bz2
Typo.
Diffstat (limited to 'Lib/xml')
-rw-r--r--Lib/xml/parser/__init__.py2
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.