From 0f62f9ceae0a5612bf2601393c6976be649e66f6 Mon Sep 17 00:00:00 2001 From: mutantmonkey Date: Thu, 29 Sep 2011 19:41:18 -0400 Subject: [PATCH] fix wiktionary quoting --- modules/wiktionary.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/wiktionary.py b/modules/wiktionary.py index 21329be..cae160b 100755 --- a/modules/wiktionary.py +++ b/modules/wiktionary.py @@ -23,7 +23,7 @@ def text(html): return text def wiktionary(word): - bytes = web.get(uri % web.urllib.quote(word)) + bytes = web.get(uri % web.quote(word)) bytes = r_ul.sub('', bytes) mode = None