Commit 98996d07 authored by Jean-Paul Smets's avatar Jean-Paul Smets

Reformat doc string

git-svn-id: https://svn.erp5.org/repos/public/erp5/sandbox/amount_generator@34980 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent b4644d80
...@@ -36,11 +36,9 @@ from zope.interface import Interface ...@@ -36,11 +36,9 @@ from zope.interface import Interface
class IAmountGenerator(Interface): class IAmountGenerator(Interface):
"""Amount Generator interface specification """Amount Generator interface specification
Documents which implement IAmountGenerator Documents which implement IAmountGenerator can be used to generate
can be used to generate an IAmountList from an IAmountList from an existing IMovementCollection, IAmountList or
an existing IMovementCollection, IAmountList or IAmount. Typical IAmountGenerator are Transformations and Trade Conditions.
IAmount. Typical IAmountGenerator are Transformations
and Trade Conditions.
""" """
def getAggregatedAmountList(amount_list=None, rounding=False, def getAggregatedAmountList(amount_list=None, rounding=False,
......
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