From 28978b89831c5700b7185fd7840de41e1a4047c2 Mon Sep 17 00:00:00 2001 From: David Greaves Date: Sat, 1 Dec 2018 19:41:39 +0000 Subject: [PATCH] Make the value of pi match the value in the state diagram Signed-off-by: David Greaves --- book/book.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/book/book.tex b/book/book.tex index 2e10f04..6860d72 100644 --- a/book/book.tex +++ b/book/book.tex @@ -1389,7 +1389,7 @@ \section{Assignment statements} \begin{verbatim} >>> message = 'And now for something completely different' >>> n = 17 ->>> pi = 3.141592653589793 +>>> pi = 3.1415926535897932 \end{verbatim} % This example makes three assignments. The first assigns a string