From 604b51a3de27027d66fb32c37016c10e2a687f42 Mon Sep 17 00:00:00 2001
From: Sebastien Robin <seb@nexedi.com>
Date: Fri, 6 Feb 2009 16:21:16 +0000
Subject: [PATCH] fixed a missing space

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@25482 20353a03-c40f-0410-a6d1-a30d3c3de9de
---
 product/ERP5Type/Base.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/product/ERP5Type/Base.py b/product/ERP5Type/Base.py
index f77b112a3f..b1debba6d2 100644
--- a/product/ERP5Type/Base.py
+++ b/product/ERP5Type/Base.py
@@ -1384,7 +1384,7 @@ class Base( CopyContainer,
 
       Generic accessor. Calls the real accessor
     """
-    self._setProperty(key,value, type=type, **kw)
+    self._setProperty(key, value, type=type, **kw)
     self.reindexObject()
 
   def _setProperty(self, key, value, type=None, **kw):
-- 
2.30.9