[Python-checkins] CVS: python/dist/src/Lib/xml/parser __init__.py,1.1,1.2

Fred L. Drake python-dev@python.org
Thu, 29 Jun 2000 13:02:41 -0700


Update of /cvsroot/python/python/dist/src/Lib/xml/parser
In directory slayer.i.sourceforge.net:/tmp/cvs-serv8507

Modified Files:
	__init__.py 
Log Message:

Typo.


Index: __init__.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/xml/parser/__init__.py,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** __init__.py	2000/06/29 19:36:27	1.1
--- __init__.py	2000/06/29 20:02:38	1.2
***************
*** 1,5 ****
  """Python interfaces to XML parsers.
  
! This package contains on module:
  
  expat -- Python wrapper for James Clark's Expat parser, with namespace
--- 1,5 ----
  """Python interfaces to XML parsers.
  
! This package contains one module:
  
  expat -- Python wrapper for James Clark's Expat parser, with namespace