diff --git a/plugins/Fun.py b/plugins/Fun.py index 0c80c6e9c..ab8c3574e 100644 --- a/plugins/Fun.py +++ b/plugins/Fun.py @@ -287,7 +287,7 @@ class Fun(callbacks.Privmsg): """ Returns the levenshtein distance (also known as the "edit distance" - between and + between and ) """ (s1, s2) = privmsgs.getArgs(args, required=2) irc.reply(str(utils.distance(s1, s2)))