doc/book/en/development/devcore/dbapi.rst
branchstable
changeset 2175 16d3c37c5d28
parent 1714 a721966779be
child 4441 550cf406dbc6
--- 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::