author | Rémi Cardona <remi.cardona@logilab.fr> |
Wed, 19 Feb 2014 11:01:19 +0100 | |
branch | stable |
changeset 9558 | 1a719ca9c585 |
parent 9542 | 79b9bf88be28 |
child 9586 | 121c88b360d0 |
--- a/doc/book/en/annexes/rql/debugging.rst Mon Feb 17 11:13:27 2014 +0100 +++ b/doc/book/en/annexes/rql/debugging.rst Wed Feb 19 11:01:19 2014 +0100 @@ -37,7 +37,7 @@ .. sourcecode:: python - from cubicweb.server import debuged, DBG_HOOKS + from cubicweb.server import debugged, DBG_HOOKS with debugged(DBG_HOOKS): person.cw_set(works_for=company)