Author: jmorliaguet
Date: Tue Oct 25 20:34:38 2005
New Revision: 28635

Modified:
   z3lab/z3ecm/trunk/src/ecm/cpsskins/example1/README.txt
Log:

- fixed typos



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      Tue Oct 25 
20:34:38 2005
@@ -64,7 +64,7 @@
 Set the 'title' attribute in the portlet's constructor:
 
     >>> class HelloPortlet(Persistent):
-    ...     component.implements(IHelloPortlet)
+    ...     implements(IHelloPortlet)
     ...
     ...     def __init__(self, title=''):
     ...         self.title = title
@@ -88,7 +88,7 @@
 Remember that it must be a unicode string.
 
     >>> class HelloPortlet(Portlet):
-    ...     component.implements(IHelloPortlet)
+    ...     implements(IHelloPortlet)
     ...
     ...     def __init__(self, title=''):
     ...         self.title = title
-- 
http://lists.nuxeo.com/mailman/listinfo/z3lab-checkins

Reply via email to