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
|
@ -54,4 +54,4 @@ def wolframalpha(inp, bot=None):
|
|||
if not ret:
|
||||
return 'No results.'
|
||||
|
||||
return "%s - %s" % (ret, short_url)
|
||||
return "{} - {}".format(ret, short_url)
|
||||
|
|
Reference in a new issue