From: Walter Dörwald Date: Thu, 25 Nov 2004 12:23:23 +0000 (+0000) Subject: Fix typo in comment. X-Git-Tag: v2.4~12 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f7f9b6cb2df7a933f687622044a86cd49a7d9f9b;p=thirdparty%2FPython%2Fcpython.git Fix typo in comment. --- diff --git a/Lib/xml/__init__.py b/Lib/xml/__init__.py index e5f28b0522fc..827439f3f37e 100644 --- a/Lib/xml/__init__.py +++ b/Lib/xml/__init__.py @@ -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: