Fix spacing issue in wolframalpha docstring.
This commit is contained in:
parent
5ea6135927
commit
f3b26969f8
|
@ -7,7 +7,7 @@ from util import hook, http
|
||||||
@hook.command
|
@hook.command
|
||||||
def wolframalpha(inp):
|
def wolframalpha(inp):
|
||||||
".wa/.wolframalpha <query> -- scrapes Wolfram Alpha's" \
|
".wa/.wolframalpha <query> -- scrapes Wolfram Alpha's" \
|
||||||
"results for <query>"
|
" results for <query>"
|
||||||
|
|
||||||
url = "http://www.wolframalpha.com/input/?asynchronous=false"
|
url = "http://www.wolframalpha.com/input/?asynchronous=false"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue