last round of .format conversion for string formatting.

This commit is contained in:
Fletcher Boyd 2013-09-05 10:36:25 +08:00
parent 0aa2185ede
commit 015dd93df3
11 changed files with 45 additions and 45 deletions

View file

@ -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, ':/'))