From 2c47a47082083456fa49c61dd1b947d8ec534d55 Mon Sep 17 00:00:00 2001 From: Florent Aide Date: Tue, 2 Jun 2015 09:50:22 +0200 Subject: [PATCH] better docstring --HG-- branch : odoo8 --- models/ir_report.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/models/ir_report.py b/models/ir_report.py index 6c53a8e49..d0feb2af5 100644 --- a/models/ir_report.py +++ b/models/ir_report.py @@ -44,8 +44,7 @@ class report_xml(osv.Model): } def _lookup_report(self, cr, name): - """ - Look up a report definition. + """Look up a report definition. """ # First lookup in the deprecated place, because if the report