joelgrus / data-science-from-scratch

code for Data Science From Scratch book
MIT License
8.63k stars 4.5k forks source link

Typo pg 85 2nd edition #68

Open melling opened 5 years ago

melling commented 5 years ago

You say:

call make_hist(0.75, 100, 10000)

but you must mean:

call binomial_histogram(0.75, 100, 10000)