From 35c47a20663b9825cd582feda961254275730261 Mon Sep 17 00:00:00 2001 From: Laurent Mignon Date: Fri, 4 Dec 2015 08:29:39 +0100 Subject: [PATCH] PEP8 Make the docstring a raw string to avoid Pylint W1401 --- account_chart_report/__openerp__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/account_chart_report/__openerp__.py b/account_chart_report/__openerp__.py index 53762867..3d3ba960 100644 --- a/account_chart_report/__openerp__.py +++ b/account_chart_report/__openerp__.py @@ -25,7 +25,7 @@ 'name': 'Print chart of accounts', 'version': '1.0', 'category': 'Reports/pdf', - 'description': """Print chart of accounts. + 'description': r"""Print chart of accounts. This module add the menu Accounting \ Charts \ Print chart of Accounts and allow to print the selected chart of accounts.