From 60039d1b7d5f3bda179f0b2228e95f24b8cb666f Mon Sep 17 00:00:00 2001 From: Nicolas Bessi Date: Mon, 28 Apr 2014 11:05:18 +0200 Subject: [PATCH] [TYPO] --- account_credit_control/wizard/credit_control_communication.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/account_credit_control/wizard/credit_control_communication.py b/account_credit_control/wizard/credit_control_communication.py index 0121ee330..2584660dd 100644 --- a/account_credit_control/wizard/credit_control_communication.py +++ b/account_credit_control/wizard/credit_control_communication.py @@ -81,7 +81,7 @@ class CreditCommunication(TransientModel): def _generate_comm_from_credit_line_ids(self, cr, uid, line_ids, context=None): """Aggregate credit control line by partner, level, and currency - It also generate a communication object for aggregation. + It also generate a communication object per aggregation. """ if not line_ids: return []