From 33636d957d0b8341f9677fb66ac8eb6d18c0c6fd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20Pigeon?= Date: Wed, 15 Oct 2014 10:02:59 +0200 Subject: [PATCH] [PEP8] docstrings with double quotes --- help_online/tests/test_export_help_wizard.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/help_online/tests/test_export_help_wizard.py b/help_online/tests/test_export_help_wizard.py index c608af5a..2ce0015e 100644 --- a/help_online/tests/test_export_help_wizard.py +++ b/help_online/tests/test_export_help_wizard.py @@ -102,9 +102,9 @@ class test_export_help_wizard(object): self.pageTemplate = False def test_export_help(self): - ''' + """ Export help data - ''' + """ self.createPage(pageName=self.pageName, imgXmlId=self.imgXmlId) wizardPool = self.env['export.help.wizard']