From 6d82a8c01bab99a2c426186364e8459321a2b83d Mon Sep 17 00:00:00 2001 From: Vincent Pelletier <vincent@nexedi.com> Date: Sat, 8 Sep 2007 05:53:46 +0000 Subject: [PATCH] Fix typo in comment. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@16170 20353a03-c40f-0410-a6d1-a30d3c3de9de --- product/ERP5Type/Utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/product/ERP5Type/Utils.py b/product/ERP5Type/Utils.py index df317185a4..86f77364da 100644 --- a/product/ERP5Type/Utils.py +++ b/product/ERP5Type/Utils.py @@ -1634,7 +1634,7 @@ def createDefaultAccessors(property_holder, id, prop = None, elif prop['type'] in list_types or prop.get('multivalued', 0): # The base accessor returns the first item in a list # and simulates a simple property - # The default value is the first elelement of prop.get('default') is it exists + # The default value is the first element of prop.get('default') if it exists default = prop.get('default') try: default = default[0] -- 2.30.9