From e48cbc026d2007ec9687cf748f7aacfed35b4faf Mon Sep 17 00:00:00 2001 From: Florian LB Date: Thu, 11 Jun 2020 14:49:09 +0200 Subject: [PATCH] typo in book.tex --- book/book.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/book/book.tex b/book/book.tex index d9d0080c..64708638 100644 --- a/book/book.tex +++ b/book/book.tex @@ -929,7 +929,7 @@ \section{Bayes Tables} You can write a Bayes table on paper or use a spreadsheet, but for this example I'll use a Pandas DataFrame. -First I'll make empty DataFrame with one row for each hypothesis: +First I'll make an empty DataFrame with one row for each hypothesis: \begin{code} import pandas as pd