Fix typo
This commit is contained in:
parent
afb07f6531
commit
028c7758c9
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ class Module(ModuleManager.BaseModule):
|
||||||
@utils.hook("received.command.wolframalpha", min_args=1)
|
@utils.hook("received.command.wolframalpha", min_args=1)
|
||||||
def wa(self, event):
|
def wa(self, event):
|
||||||
"""
|
"""
|
||||||
:help: Evauate a given string on Wolfram|Alpha
|
:help: Evaluate a given string on Wolfram|Alpha
|
||||||
:usage: <query>
|
:usage: <query>
|
||||||
"""
|
"""
|
||||||
try:
|
try:
|
||||||
|
|
Loading…
Reference in a new issue