diff -r 7f576dc9502e -r 16d3c37c5d28 doc/book/en/development/devcore/dbapi.rst --- a/doc/book/en/development/devcore/dbapi.rst Thu Jun 25 20:29:27 2009 +0200 +++ b/doc/book/en/development/devcore/dbapi.rst Fri Jun 26 13:51:08 2009 +0200 @@ -20,7 +20,7 @@ The `Connection` object owns the methods `commit` and `rollback`. You *should never need to use them* during the development of the web interface based on -the `CubicWeb` framework as it determines the end of the transaction depending +the *CubicWeb* framework as it determines the end of the transaction depending on the query execution success. .. note::