[Erp5-report] r21180 - /erp5/trunk/products/ERP5/Document/WebSection.py

nobody at svn.erp5.org nobody at svn.erp5.org
Wed May 28 10:25:40 CEST 2008


Author: jp
Date: Wed May 28 10:25:39 2008
New Revision: 21180

URL: http://svn.erp5.org?rev=21180&view=rev
Log:
Comments reformatted

Modified:
    erp5/trunk/products/ERP5/Document/WebSection.py

Modified: erp5/trunk/products/ERP5/Document/WebSection.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/Document/WebSection.py?rev=21180&r1=21179&r2=21180&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/Document/WebSection.py (original)
+++ erp5/trunk/products/ERP5/Document/WebSection.py Wed May 28 10:25:39 2008
@@ -120,8 +120,8 @@
     security.declareProtected(Permissions.AccessContentsInformation, 'getLayoutProperty')
     def getLayoutProperty(self, key, d=MARKER):
       """
-        A simple method to get a property of the current by 
-        acquiring it from the current section or its parents
+        A simple method to get a property of the current by
+        acquiring it from the current section or its parents.
       """
       section = aq_inner(self)
       while section.getPortalType() in ('Web Section', 'Web Site'):




More information about the Erp5-report mailing list