From 85cbffc5dd239b2e8d502250b711589500a3a5a4 Mon Sep 17 00:00:00 2001 From: Daniel DiPaolo Date: Wed, 18 Aug 2004 18:44:18 +0000 Subject: [PATCH] Tyop. --- plugins/Fun.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/Fun.py b/plugins/Fun.py index 0b746e106..ab83713a6 100644 --- a/plugins/Fun.py +++ b/plugins/Fun.py @@ -64,7 +64,7 @@ conf.registerGlobalValue(conf.supybot.plugins.Fun.levenshtein, 'max', given to the levenhstein command. The levenshtein command uses an O(n**3) algorithm, which means that with strings of length 256, it can take 1.5 seconds to finish; with strings of length 384, though, it can take 4 - seconds to finihs, and with strings of much larger lengths, it takes more + seconds to finish, and with strings of much larger lengths, it takes more and more time. Using nested commands, strings can get quite large, hence this variable, to limit the size of arguments passed to the levenshtein command."""))