[web2py] Re: typo book chapter 2

2011-11-09 Thread Massimo Di Pierro
thanks. On Nov 9, 11:29 am, Herman wrote: > >>> a = 1 # reset a > >>> def g(b): > >         a = 2 # creates a new local a >         return b + 2  # change this to:    return b + a

[web2py] Re: typo book chapter 2

2011-08-03 Thread cjrh
Thanks, I fixed that one too. I noticed the rendered view hasn't changed though. I wonder it this is a caching issue... I will check later this evening.

[web2py] Re: typo book chapter 2

2011-08-03 Thread cjrh
Hmmm. The markmin has changed, but the rendered view hasn't: http://web2py.com/book/default/chapter/02#try...except...else...finally I will report this to Massimo.

[web2py] Re: typo book chapter 2

2011-08-03 Thread cjrh
Fixed, many thanks.