Small formatting derp in wolframalpha.py

This commit is contained in:
Luke Rogers 2012-04-23 21:41:51 +12:00
parent 04457beb11
commit 82cf1d337b

View file

@ -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)