[outtmpl] Fix some minor bugs

Closes #7164
This commit is contained in:
pukkandan
2023-06-21 05:15:03 +05:30
parent a35af4306d
commit ebe1b4e34f
3 changed files with 7 additions and 7 deletions

View File

@@ -3302,7 +3302,7 @@ STR_FORMAT_RE_TMPL = r'''(?x)
'''
STR_FORMAT_TYPES = 'diouxXeEfFgGcrs'
STR_FORMAT_TYPES = 'diouxXeEfFgGcrsa'
def limit_length(s, length):