From 6fa2a75c0127c03c4761a4949a58c04cda8a4699 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Bidoul?= Date: Wed, 19 Nov 2014 16:23:35 +0100 Subject: [PATCH] [FIX] mis_builder: typos in docstrings --- mis_builder/models/mis_builder.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mis_builder/models/mis_builder.py b/mis_builder/models/mis_builder.py index 814045ea..d1dbf871 100644 --- a/mis_builder/models/mis_builder.py +++ b/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.