[Erp5-report] r27899 - /erp5/trunk/products/ERP5/interfaces/business_completable.py

nobody at svn.erp5.org nobody at svn.erp5.org
Fri Jul 3 13:00:39 CEST 2009


Author: luke
Date: Fri Jul  3 13:00:39 2009
New Revision: 27899

URL: http://svn.erp5.org?rev=27899&view=rev
Log:
 - formatting changes

Modified:
    erp5/trunk/products/ERP5/interfaces/business_completable.py

Modified: erp5/trunk/products/ERP5/interfaces/business_completable.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/interfaces/business_completable.py?rev=27899&r1=27898&r2=27899&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/interfaces/business_completable.py [utf8] (original)
+++ erp5/trunk/products/ERP5/interfaces/business_completable.py [utf8] Fri Jul  3 13:00:39 2009
@@ -64,9 +64,8 @@
     """
 
   def getExpectedCompletionDuration(task):
-    """Returns the duration  at which the the state
-    if expected to be completed, based on the start_date
-    and stop_date of the explanation document.
+    """Returns the duration at which the state is expected to be completed,
+    based on the start_date and stop_date of the explanation document.
 
     'task' is a document which follows the ITaskGetter interface
     (getStartDate, getStopDate)
@@ -74,7 +73,9 @@
 
   def getRemainingTradePhaseList(explanation, trade_phase_list=None):
     """
-      Returns the list of remaining trade phase which to be done on the explanation.
+      Returns the list of remaining trade phases which to be done on the
+      explanation.
 
-      trade_phase_list -- if provide, the result is filtered by it after collected
+      trade_phase_list -- if provided, the result is filtered by it after
+                          being collected
     """




More information about the Erp5-report mailing list