From 50788a691cc00b40b4fc3ad16cdc64d66757428b Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?J=C3=A9rome=20Perrin?= <jerome@nexedi.com>
Date: Tue, 4 Aug 2009 08:16:30 +0000
Subject: [PATCH] fix docstring

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@28259 20353a03-c40f-0410-a6d1-a30d3c3de9de
---
 product/Formulator/Field.py | 1 -
 1 file changed, 1 deletion(-)

diff --git a/product/Formulator/Field.py b/product/Formulator/Field.py
index eb83da1883..abc410ff11 100644
--- a/product/Formulator/Field.py
+++ b/product/Formulator/Field.py
@@ -170,7 +170,6 @@ class Field:
 
     def generate_subfield_key(self, id, validation=0, key=None):
       """Generate the key Silva uses to render a sub field.
-         Added key parameter for ERP5
          Added key parameter for ERP5 in order to be compatible with listbox/matrixbox
       """
       if key is None: key = self.id
-- 
2.30.9