Hi, Just found a small typo but don't know where to report and the typo is in P.114 of PDF.
def find_by(keyword): "finds pages that contain keyword for XML-RPC" return db(db.page.title.contains(keyword).select().as_list() There is a missing ')' after (keyword) Regards, Chun-Hung --