Object-Oriented Programming in Python
Errata for Chapter 9
This errata is for the first printing (published 29 October 2007).
Page 315, Figure 9.8
Line 15 of Figure 9.8 should read
self
._body.setDepth(60)
Page 319, Figure 9.10
The
setDepth
method requires a depth as a parameter. It should appear as
setDepth(depth)
. This error also exists on pages 22, 24, and 94.