Kaydet (Commit) f7f9b6cb authored tarafından Walter Dörwald's avatar Walter Dörwald

Fix typo in comment.

üst 4fd38b3f
...@@ -32,7 +32,7 @@ else: ...@@ -32,7 +32,7 @@ else:
try: try:
v = _xmlplus.version_info v = _xmlplus.version_info
except AttributeError: except AttributeError:
# _xmlplue is too old; ignore it # _xmlplus is too old; ignore it
pass pass
else: else:
if v >= _MINIMUM_XMLPLUS_VERSION: if v >= _MINIMUM_XMLPLUS_VERSION:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment