Fix spacing issue in wolframalpha docstring.

This commit is contained in:
Alex Vidal 2011-03-15 22:09:29 +08:00 committed by rmmh
parent 5ea6135927
commit f3b26969f8
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ from util import hook, http
@hook.command
def wolframalpha(inp):
".wa/.wolframalpha <query> -- scrapes Wolfram Alpha's" \
"results for <query>"
" results for <query>"
url = "http://www.wolframalpha.com/input/?asynchronous=false"