Object-Oriented Programming in Python

Errata for Chapter 7

This errata is for the first printing (published 29 October 2007).


Page 265, Figure 7.13 (continuation)
Lines 60 and 61 should read
black.setFontSize(2*self._pegRadius)
black.setFontColor('black')
Lines 67 and 68 should read
white.setFontSize(2*self._pegRadius)
white.setFontColor('white')

Page 269, Exercise 7.14
duplicate comma after i.e. should be removed.