Markov: correct the documentation on min_size/max_size in _generate_line

This commit is contained in:
Brian S. Stephan 2012-07-14 09:22:37 -05:00
parent 0b51eb88a8
commit 2650824dbd
1 changed files with 2 additions and 2 deletions

View File

@ -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