mirror of
https://github.com/moparisthebest/xeps
synced 2024-12-21 23:28:51 -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:
|
||||
version[1] = str(int(version[1]) + 1)
|
||||
del version[2:]
|
||||
version.append("0"")
|
||||
version.append("0")
|
||||
|
||||
xep_text = (
|
||||
xep_text[:revision_match.start()] +
|
||||
|
Loading…
Reference in New Issue
Block a user