Commit ae2ee162 authored by Jérome Perrin's avatar Jérome Perrin

this docstring was wrong


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@44182 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 2b24d2ae
......@@ -79,13 +79,9 @@ class MovementGeneratorMixin:
# Implementation of IMovementGenerator
def getGeneratedMovementList(self, movement_list=None, rounding=False):
"""
Returns an IMovementList generated by a model applied to the context
context - an IMovementCollection, an IMovementList or an IMovement
Returns a list of movements generated by that rule.
movement_list - optional IMovementList which can be passed explicitely
whenever context is an IMovementCollection and whenever
we want to filter context.getMovementList
rounding - boolean argument, which controls if rounding shall be applied on
generated movements or not
......
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