[Erp5-report] r16170 - /erp5/trunk/products/ERP5Type/Utils.py

nobody at svn.erp5.org nobody at svn.erp5.org
Sat Sep 8 07:53:46 CEST 2007


Author: vincent
Date: Sat Sep  8 07:53:46 2007
New Revision: 16170

URL: http://svn.erp5.org?rev=16170&view=rev
Log:
Fix typo in comment.

Modified:
    erp5/trunk/products/ERP5Type/Utils.py

Modified: erp5/trunk/products/ERP5Type/Utils.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5Type/Utils.py?rev=16170&r1=16169&r2=16170&view=diff
==============================================================================
--- erp5/trunk/products/ERP5Type/Utils.py (original)
+++ erp5/trunk/products/ERP5Type/Utils.py Sat Sep  8 07:53:46 2007
@@ -1634,7 +1634,7 @@
   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]




More information about the Erp5-report mailing list