Commit fb259a93 authored by Łukasz Nowak's avatar Łukasz Nowak

- formatting changes


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27899 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent ea4abfca
...@@ -64,9 +64,8 @@ class IBusinessCompletable(Interface): ...@@ -64,9 +64,8 @@ class IBusinessCompletable(Interface):
""" """
def getExpectedCompletionDuration(task): def getExpectedCompletionDuration(task):
"""Returns the duration at which the the state """Returns the duration at which the state is expected to be completed,
if expected to be completed, based on the start_date based on the start_date and stop_date of the explanation document.
and stop_date of the explanation document.
'task' is a document which follows the ITaskGetter interface 'task' is a document which follows the ITaskGetter interface
(getStartDate, getStopDate) (getStartDate, getStopDate)
...@@ -74,7 +73,9 @@ class IBusinessCompletable(Interface): ...@@ -74,7 +73,9 @@ class IBusinessCompletable(Interface):
def getRemainingTradePhaseList(explanation, trade_phase_list=None): 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
""" """
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment