fixed in 1.88.2
On Oct 29, 4:45 pm, cjrh <[email protected]> wrote: > On Oct 29, 4:09 pm, baloan <[email protected]> wrote: > > > 3. In the documentation the archive table is defined like > > > db.define_table('mytable_history', > > Field('current_record',db.mytable), > > db.mytable) > > > while in the current version it is defined like > > > db.define_table('mytable_arcvhive', > > Field('current_record',db.mytable), > > db.mytable) > > > Just a typo correction needed in the documentation. > > The error is also in the comments section in gluon/tools.py itself, > around line 2712. I have fixed the book, but the comment in the > source code must still be fixed (by someone else).

