fix typo (__query__ -> __help__)

This commit is contained in:
Ryan Hitchman 2010-01-31 22:55:22 -07:00
parent dd723eafe0
commit 72b8168b2e
1 changed files with 1 additions and 1 deletions

View File

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