Update plugins/dictionary.py

This commit is contained in:
lukeroge 2012-03-21 15:41:44 +13:00
parent 3a14d78daa
commit 42384f9981

View file

@ -30,7 +30,7 @@ def urban(inp):
# try getting the requested definition
try:
out = "(%s/%s) %s: %s" % \
out = "[%s/%s] %s: %s" % \
(str(id), str(len(defs)), defs[id-1]['word'], defs[id-1]['definition'])
except IndexError:
return 'Not found.'