Hello,

There is a little typo in the book :

http://www.web2py.com/book/default/chapter/04#T-and-Internationalization

Example 5 :


T("blah %(name)s blah") % dict(name='Tim')

I think it should :

T("blah %(name)s blah") % dict(name='Tim'))


Richard

Reply via email to