[FIX] spelling in docstrings

(lp:c2c-financial-addons/6.1 rev 78.1.2)
This commit is contained in:
Alexandre Fayolle @ camptocamp
2012-08-06 12:06:26 +02:00
parent 5addefbfbf
commit 68aea29310
3 changed files with 12 additions and 10 deletions

View File

@@ -78,9 +78,11 @@ class AccountStatementProfil(Model):
def prepare_global_commission_line_vals(self, cr, uid, parser,
result_row_list, profile, statement_id, context):
"""
Prepare the global commission line if there is one. The global commission is computed by
by calling the get_st_line_commision of the parser. Feel free to override the methode to compute
Prepare the global commission line if there is one. The global
commission is computed by by calling the get_st_line_commision
of the parser. Feel free to override the method to compute
your own commission line from the result_row_list.
:param: browse_record of the current parser
:param: result_row_list: [{'key':value}]
:param: profile: browserecord of account.statement.profile