From f3b26969f82d157b566c750646f5e4500493678d Mon Sep 17 00:00:00 2001 From: Alex Vidal Date: Tue, 15 Mar 2011 22:09:29 +0800 Subject: [PATCH] Fix spacing issue in wolframalpha docstring. --- plugins/wolframalpha.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/wolframalpha.py b/plugins/wolframalpha.py index 8d014cd..4a6e444 100644 --- a/plugins/wolframalpha.py +++ b/plugins/wolframalpha.py @@ -7,7 +7,7 @@ from util import hook, http @hook.command def wolframalpha(inp): ".wa/.wolframalpha -- scrapes Wolfram Alpha's" \ - "results for " + " results for " url = "http://www.wolframalpha.com/input/?asynchronous=false"