Browse Source

[FIX] mis_builder: typos in docstrings

pull/86/head
Stéphane Bidoul 10 years ago
parent
commit
6fa2a75c01
  1. 4
      mis_builder/models/mis_builder.py

4
mis_builder/models/mis_builder.py

@ -308,7 +308,7 @@ class mis_report(orm.Model):
""" A MIS report template (without period information)
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
bal_{code} where {code} is the account code
* 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):
""" 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
are defined as an offset relative to a pivot date.

Loading…
Cancel
Save