Object-Oriented Programming in Python
Errata for Chapter 12
This errata is for the first printing (published 29 October 2007).
Page 434, Exercise 12.9
Replace
Engine.query
with
Engine.lookup
on first and third lines, and replace "track" with "tracks" on second line.
Page 434, Exercise 12.11
Replace
Engine.query
with
Engine.lookup
on first line and
query
with
lookup
on second line.
Page 434, Exercise 12.12
Replace
Engine.query
with
Engine.lookup
on first line.
Page 434, Exercise 12.14
Replace "spell check" with "spell checker" on first line.