Small formatting derp in wolframalpha.py
This commit is contained in:
parent
04457beb11
commit
82cf1d337b
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ def wolframalpha(inp, bot=None):
|
|||
if subpod:
|
||||
results.append(subpod)
|
||||
if results:
|
||||
pod_texts.append(title + ': ' + ','.join(results))
|
||||
pod_texts.append(title + ': ' + ', '.join(results))
|
||||
|
||||
ret = ' - '.join(pod_texts)
|
||||
|
||||
|
|
Reference in a new issue