Author: ogrisel
Date: Sat Nov  5 14:27:46 2005
New Revision: 29013

Modified:
   z3lab/z3ecm/trunk/src/ecm/cpsskins/example1/README.txt
Log:
quick fix to get consistent html output + removed a trailing space

Modified: z3lab/z3ecm/trunk/src/ecm/cpsskins/example1/README.txt
==============================================================================
--- z3lab/z3ecm/trunk/src/ecm/cpsskins/example1/README.txt      (original)
+++ z3lab/z3ecm/trunk/src/ecm/cpsskins/example1/README.txt      Sat Nov  5 
14:27:46 2005
@@ -60,7 +60,7 @@
 
     >>> from cpsskins.interfaces import IPortlet
 
-Then define the portlet interface::
+Then define the portlet interface:
 
     >>> class IHelloPortlet(IPortlet):
     >>>     """The Hello portlet interface."""
@@ -179,7 +179,7 @@
 
 Now register the portlet's factory and the schema interface created earlier::
 
-    (...) 
+    (...)
         factory=".hello.HelloPortlet"
         schema=".hello.IHelloPortlet"
 
-- 
http://lists.nuxeo.com/mailman/listinfo/z3lab-checkins

Reply via email to