From fb259a93d69dad1ee229f8ccd1a44566a8747707 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=C5=81ukasz=20Nowak?= <luke@nexedi.com>
Date: Fri, 3 Jul 2009 11:00:39 +0000
Subject: [PATCH]  - formatting changes

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27899 20353a03-c40f-0410-a6d1-a30d3c3de9de
---
 product/ERP5/interfaces/business_completable.py | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

diff --git a/product/ERP5/interfaces/business_completable.py b/product/ERP5/interfaces/business_completable.py
index 39047c774f..42f67f8f16 100644
--- a/product/ERP5/interfaces/business_completable.py
+++ b/product/ERP5/interfaces/business_completable.py
@@ -64,9 +64,8 @@ class IBusinessCompletable(Interface):
     """
 
   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 @@ class IBusinessCompletable(Interface):
 
   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
     """
-- 
2.30.9