diff options
| author | 2019-10-02 00:37:59 +0200 | |
|---|---|---|
| committer | 2019-10-02 00:37:59 +0200 | |
| commit | 028c7758c9b21c4e831a942586ebcb195bb64e39 (patch) | |
| tree | 06dda9514f18a55f09a563f085b44c919e83c993 /modules | |
| parent | only check arg number at all when not "$-" (diff) | |
Fix typo
Diffstat (limited to 'modules')
| -rw-r--r-- | modules/wolframalpha.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/wolframalpha.py b/modules/wolframalpha.py index fbe93da1..7768affa 100644 --- a/modules/wolframalpha.py +++ b/modules/wolframalpha.py @@ -13,7 +13,7 @@ class Module(ModuleManager.BaseModule): @utils.hook("received.command.wolframalpha", min_args=1) def wa(self, event): """ - :help: Evauate a given string on Wolfram|Alpha + :help: Evaluate a given string on Wolfram|Alpha :usage: <query> """ try: |
