mirror of
https://github.com/moparisthebest/xeps
synced 2024-12-22 07:38:52 -05:00
Fix typo
This commit is contained in:
parent
6e1bdc781e
commit
1cac2f9918
@ -49,7 +49,7 @@ def defer_xep(number, last_version, initials):
|
|||||||
else:
|
else:
|
||||||
version[1] = str(int(version[1]) + 1)
|
version[1] = str(int(version[1]) + 1)
|
||||||
del version[2:]
|
del version[2:]
|
||||||
version.append("0"")
|
version.append("0")
|
||||||
|
|
||||||
xep_text = (
|
xep_text = (
|
||||||
xep_text[:revision_match.start()] +
|
xep_text[:revision_match.start()] +
|
||||||
|
Loading…
Reference in New Issue
Block a user