mirror of
https://github.com/python/cpython.git
synced 2026-01-06 15:32:22 +00:00
Fix typo in comment.
This commit is contained in:
parent
4fd38b3f77
commit
f7f9b6cb2d
1 changed files with 1 additions and 1 deletions
|
|
@ -32,7 +32,7 @@
|
|||
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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue