diff options
Diffstat (limited to 'Lib/xml')
-rw-r--r-- | Lib/xml/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
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: |