Skip to content

Commit 9615409

Browse files
authored
Update errata.rst
1 parent b566758 commit 9615409

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

content/pages/errata.rst

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@ On page 112, an import is missing - `SympifyError` used later in the
4646
4747
(Thanks to Robert Buckley for pointing it out)
4848

49-
5049
Chapter 5
5150
=========
5251

@@ -58,6 +57,10 @@ On page 132, in the section "Probability," the code line above the one
5857
marked with a (3), which reads ``for num in s:`` should instead read:
5958
``for num in space``.
6059

60+
On page 135, in "Can You Roll That Score?" there is no need for `import matplotlib.pyplot as plt`.
61+
62+
(Thanks to Elmar Bucher for the above)
63+
6164
On page 139, in the code for simulating a fictional ATM, the statement
6265
``probability = [1/6, 1/6, 1/3, 2/3]`` should be ``probability = [1/6,
6366
1/6, 1/3, 1/3]``. (Thanks to Luis Soares)

0 commit comments

Comments
 (0)