[Python-checkins] python/dist/src/Lib/xml __init__.py,1.14,1.15

doerwalter at users.sourceforge.net doerwalter at users.sourceforge.net
Thu Nov 25 13:23:26 CET 2004


Update of /cvsroot/python/python/dist/src/Lib/xml
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11999/Lib/xml

Modified Files:
	__init__.py 
Log Message:
Fix typo in comment.


Index: __init__.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/xml/__init__.py,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -d -r1.14 -r1.15
--- __init__.py	13 Oct 2004 19:57:14 -0000	1.14
+++ __init__.py	25 Nov 2004 12:23:23 -0000	1.15
@@ -32,7 +32,7 @@
     try:
         v = _xmlplus.version_info
     except AttributeError:
-        # _xmlplue is too old; ignore it
+        # _xmlplus is too old; ignore it
         pass
     else:
         if v >= _MINIMUM_XMLPLUS_VERSION:



More information about the Python-checkins mailing list