[Checkins] SVN: zope.wfmc/trunk/src/zope/wfmc/interfaces.py Fixed docstring

Vincent Fretin vincent.fretin at gmail.com
Tue Feb 22 13:34:09 EST 2011


Log message for revision 120517:
  Fixed docstring

Changed:
  U   zope.wfmc/trunk/src/zope/wfmc/interfaces.py

-=-
Modified: zope.wfmc/trunk/src/zope/wfmc/interfaces.py
===================================================================
--- zope.wfmc/trunk/src/zope/wfmc/interfaces.py	2011-02-22 16:38:50 UTC (rev 120516)
+++ zope.wfmc/trunk/src/zope/wfmc/interfaces.py	2011-02-22 18:34:06 UTC (rev 120517)
@@ -82,7 +82,7 @@
     applications = interface.Attribute(
         """Process applications
 
-        This is a mapping from application id to participant definitions
+        This is a mapping from application id to application definition
         """
         )
 
@@ -139,7 +139,7 @@
     description = interface.Attribute("Description")
 
     def addApplication(id, *parameters):
-        """Declare that the activity uses the identified activity
+        """Declare that the activity uses the identified application
 
         The application identifier must match an application declared
         for the process.



More information about the checkins mailing list