From 2650824dbd22ee4c3ef977dc47cb25e7273b54e9 Mon Sep 17 00:00:00 2001 From: "Brian S. Stephan" Date: Sat, 14 Jul 2012 09:22:37 -0500 Subject: [PATCH] Markov: correct the documentation on min_size/max_size in _generate_line --- modules/Markov.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/Markov.py b/modules/Markov.py index db6b1a3..8a9d92f 100644 --- a/modules/Markov.py +++ b/modules/Markov.py @@ -329,8 +329,8 @@ class Markov(Module): Keyword arguments: target - the target to retrieve the context for (i.e. a channel or nick) line - the line to reply to, by picking a random word and seeding with it - min_size - the minimum desired size in characters. not guaranteed - max_size - the maximum desired size in characters. not guaranteed + min_size - the minimum desired size in words. not guaranteed + max_size - the maximum desired size in words. not guaranteed """ # if the limit is too low, there's nothing to do