mirror of
https://github.com/python/cpython.git
synced 2026-01-04 14:32:21 +00:00
Arghh. Fix typo.
This commit is contained in:
parent
ff4e62dbde
commit
764dad5b13
1 changed files with 1 additions and 1 deletions
|
|
@ -18,7 +18,7 @@
|
|||
# When being checked-out without options, this has the form
|
||||
# "<dollar>Revision: x.y </dollar>"
|
||||
# When exported using -kv, it is "x.y".
|
||||
__version__ = "$Revision$".split()[-2][0]
|
||||
__version__ = "$Revision$".split()[-2:][0]
|
||||
|
||||
|
||||
_MINIMUM_XMLPLUS_VERSION = (0, 6, 1)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue