From f7f9b6cb2df7a933f687622044a86cd49a7d9f9b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Walter=20D=C3=B6rwald?= Date: Thu, 25 Nov 2004 12:23:23 +0000 Subject: Fix typo in comment. --- Lib/xml/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Lib/xml/__init__.py b/Lib/xml/__init__.py index e5f28b0..827439f 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: -- cgit v0.12