doc/book/en/development/devcore/vreg.rst
branchstable
changeset 3581 669854258b90
parent 3258 6536ee4f37f7
child 4437 21f2e01fdd6a
--- a/doc/book/en/development/devcore/vreg.rst	Tue Oct 06 15:56:10 2009 -0700
+++ b/doc/book/en/development/devcore/vreg.rst	Wed Oct 07 10:33:24 2009 +0200
@@ -138,7 +138,7 @@
 selectable. For an rset with one entity, the EntityRSSIconBox class
 will have a higher score then RSSIconBox, which is what we wanted.
 
-Of course, once this is done, you have to ::
+Of course, once this is done, you have to:
 
 * fill in the call method of EntityRSSIconBox
 
@@ -161,7 +161,7 @@
 (or did not) is the way. There exists a traced_selection context
 manager to help with that.
 
-Here is an example ::
+Here is an example:
 
 .. sourcecode:: python