From 14ae0595ba18143b60c50955af25ca751c0f700a Mon Sep 17 00:00:00 2001 From: Jeremy Fincher Date: Sat, 5 Jun 2004 06:02:31 +0000 Subject: [PATCH] Help needed help. --- plugins/Fun.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)))