diff -r e270358f68cc -r 669854258b90 doc/book/en/development/devcore/vreg.rst --- 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