[FIX] mis_builder: typos in docstrings

pull/86/head
Stéphane Bidoul 2014-11-19 16:23:35 +01:00
parent 3f761f0f02
commit 6fa2a75c01
1 changed files with 2 additions and 2 deletions

View File

@ -308,7 +308,7 @@ class mis_report(orm.Model):
""" A MIS report template (without period information) """ A MIS report template (without period information)
The MIS report holds: The MIS report holds:
* an implicit query fetching allow the account balances; * an implicit query fetching all the account balances;
for each account, the balance is stored in a variable named for each account, the balance is stored in a variable named
bal_{code} where {code} is the account code bal_{code} where {code} is the account code
* a list of explicit queries; the result of each query is * a list of explicit queries; the result of each query is
@ -361,7 +361,7 @@ class mis_report(orm.Model):
class mis_report_instance_period(orm.Model): class mis_report_instance_period(orm.Model):
""" A MIS report instance has the logic to compute """ A MIS report instance has the logic to compute
a report template for a give date period. a report template for a given date period.
Periods have a duration (day, week, fiscal period) and Periods have a duration (day, week, fiscal period) and
are defined as an offset relative to a pivot date. are defined as an offset relative to a pivot date.