Author: jmorliaguet
Date: Wed Nov  2 21:27:32 2005
New Revision: 28911

Modified:
   z3lab/cpsskins/branches/jmo-perspectives/controllers/__init__.py
Log:

- docstring fix



Modified: z3lab/cpsskins/branches/jmo-perspectives/controllers/__init__.py
==============================================================================
--- z3lab/cpsskins/branches/jmo-perspectives/controllers/__init__.py    
(original)
+++ z3lab/cpsskins/branches/jmo-perspectives/controllers/__init__.py    Wed Nov 
 2 21:27:32 2005
@@ -38,10 +38,10 @@
         """What to do when an element has been added."""
 
     def removed(self):
-        """What to do when an element has been added."""
+        """What to do when an element has been removed."""
 
     def modified(self):
-        """What to do when an element has been added."""
+        """What to do when an element has been modified."""
 
 # Event handlers
 
-- 
http://lists.nuxeo.com/mailman/listinfo/z3lab-checkins

Reply via email to