Skip to content

Commit bc99db9

Browse files
authored
Merge pull request AllenDowney#46 from lbt/patch-2
Make the value of pi match the value in the state diagram
2 parents 2079c5e + 28978b8 commit bc99db9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

book/book.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1389,7 +1389,7 @@ \section{Assignment statements}
13891389
\begin{verbatim}
13901390
>>> message = 'And now for something completely different'
13911391
>>> n = 17
1392-
>>> pi = 3.141592653589793
1392+
>>> pi = 3.1415926535897932
13931393
\end{verbatim}
13941394
%
13951395
This example makes three assignments. The first assigns a string

0 commit comments

Comments
 (0)