Fix multiline docstring param

This commit is contained in:
Pedro M. Baeza
2014-08-05 18:47:52 +02:00
parent 4e13e0e3b0
commit a33cfa6936
9 changed files with 70 additions and 71 deletions

View File

@@ -133,8 +133,8 @@ class BankStatementImportParser(object):
so each one can implement his own way of recording the lines.
:param: line: a dict of vals that represent a line of result_row_list
:return: dict of values to give to the create method of statement line,\
it MUST contain at least:
:return: dict of values to give to the create method of statement line,
it MUST contain at least:
{
'name':value,
'date':value,