fix wiktionary quoting

master
mutantmonkey 2011-09-29 19:41:18 -04:00
parent 60660c1755
commit 0f62f9ceae
1 changed files with 1 additions and 1 deletions

View File

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