From d67607cf68101f132799f62fbc6ee8b1bf6f8856 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9rome=20Perrin?= <jerome@nexedi.com> Date: Thu, 18 Mar 2010 08:31:06 +0000 Subject: [PATCH] fix spacing git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@33835 20353a03-c40f-0410-a6d1-a30d3c3de9de --- product/ERP5/PropertySheet/Movement.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/product/ERP5/PropertySheet/Movement.py b/product/ERP5/PropertySheet/Movement.py index 624bbe19fa..240600c125 100644 --- a/product/ERP5/PropertySheet/Movement.py +++ b/product/ERP5/PropertySheet/Movement.py @@ -58,8 +58,8 @@ class Movement: 'type' : 'string', 'mode' : 'w' }, { 'id' : 'frozen', - 'description' : '''a frozen movement cannot be modified by the - simulation anylonger''', + 'description' : 'A frozen movement cannot be modified by the' + ' simulation anylonger', 'type' : 'int', 'acquisition_base_category' : ('delivery', 'parent'), 'acquisition_portal_type' : Expression('''python: -- 2.30.9