fix typo (__query__ -> __help__)
This commit is contained in:
parent
dd723eafe0
commit
72b8168b2e
|
@ -12,7 +12,7 @@ def wolframalpha(inp):
|
|||
"results for <query>"
|
||||
|
||||
if not inp:
|
||||
return wolframalpha.__query__
|
||||
return wolframalpha.__help__
|
||||
|
||||
url = "http://www.wolframalpha.com/input/?i=%s&asynchronous=false"
|
||||
|
||||
|
|
Loading…
Reference in New Issue