Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 764dad5

Browse files
committed
Arghh. Fix typo.
1 parent ff4e62d commit 764dad5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lib/xml/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
# When being checked-out without options, this has the form
1919
# "<dollar>Revision: x.y </dollar>"
2020
# When exported using -kv, it is "x.y".
21-
__version__ = "$Revision$".split()[-2][0]
21+
__version__ = "$Revision$".split()[-2:][0]
2222

2323

2424
_MINIMUM_XMLPLUS_VERSION = (0, 6, 1)

0 commit comments

Comments
 (0)