testing is good

This commit is contained in:
Ryan Hitchman 2009-07-21 14:14:29 -06:00
parent 43e9303ba4
commit 84f66e55ab
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ def urban(inp):
if not defs:
return 'no definitions found'
out = words[0].text_content().strip() + ' '.join(
out = words[0].text_content().strip() + ': ' + ' '.join(
defs[0].text_content().split())
if len(out) > 400: