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

Fred L. Drake python-dev@python.org
Sun, 2 Jul 2000 06:52:24 -0700


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

Modified Files:
	__init__.py 
Log Message:

Typo (mine):  Garsholm --> Garshol
Noted by Rob Hooft <rob@hooft.net>.


Index: __init__.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/xml/__init__.py,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** __init__.py	2000/07/01 04:58:46	1.2
--- __init__.py	2000/07/02 13:52:21	1.3
***************
*** 9,13 ****
  
  sax -- The Simple API for XML, developed by XML-Dev, led by David
!        Megginson and ported to Python by Lars Marius Garsholm.  This 
         supports the SAX 2 API.
  """
--- 9,13 ----
  
  sax -- The Simple API for XML, developed by XML-Dev, led by David
!        Megginson and ported to Python by Lars Marius Garshol.  This 
         supports the SAX 2 API.
  """