tommeagher / heroku_ebooks

An archive of a script to generate Markov chains and to post to an _ebooks account on Twitter using Heroku. No longer actively supported.
264 stars 163 forks source link

fixing range to match other documentation #24

Closed snowmanninja closed 7 years ago

snowmanninja commented 7 years ago

line 13 comments include range 1 - 3 but other places mention the range should be 2-4 due to errors from markov.py expecting minimum number that wont be reached if ORDER is not greater then 2

updating the comments to match this

tommeagher commented 7 years ago

Thanks for this, @snowmanninja. I'll take a look. Where else do you see references to a range of 2-4 or problems with an order of 1?