Perhaps the use of doctest in documentation may allow somehow to test the
doc....
See : http://www.doughellmann.com/PyMOTW/doctest/#External_Documentation

On Mon, Aug 16, 2010 at 15:06, selecta <gr...@delarue-berlin.de> wrote:

> http://web2py.com/book/default/chapter/04?search=local_import
> 1.      mymodule = local_import(mymodule)
>
> should be
> 1.      mymodule = local_import('mymodule')

Reply via email to