fixed in the source. Thanks for reporting this. Will post the updated book asap.
On Friday, 14 September 2012 12:11:49 UTC-5, martzi wrote: > > db.define_model('animal', > Field('species'), > Field('genus'), > Field('family')) > > I suppose db.define_table. > --