]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Fix typo in comment.
authorWalter Dörwald <walter@livinglogic.de>
Thu, 25 Nov 2004 12:23:23 +0000 (12:23 +0000)
committerWalter Dörwald <walter@livinglogic.de>
Thu, 25 Nov 2004 12:23:23 +0000 (12:23 +0000)
Lib/xml/__init__.py

index e5f28b0522fc2c727283958061e0397e3837ab97..827439f3f37ef8704056806e56536c06d446e998 100644 (file)
@@ -32,7 +32,7 @@ else:
     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: