last round of .format conversion for string formatting.
This commit is contained in:
parent
0aa2185ede
commit
015dd93df3
11 changed files with 45 additions and 45 deletions
|
@ -46,4 +46,4 @@ def wiki(inp):
|
|||
|
||||
desc = text.truncate_str(desc, 200)
|
||||
|
||||
return '%s :: %s' % (desc, http.quote(url, ':/'))
|
||||
return '{} :: {}'.format(desc, http.quote(url, ':/'))
|
||||
|
|
Reference in a new issue