diff --git a/product/ERP5/Document/WebSection.py b/product/ERP5/Document/WebSection.py
index 0c647512b5b550610675ffff8b1f6522b4098e5a..2d940f507681334e707511e48fd35f3dab27d8e3 100644
--- a/product/ERP5/Document/WebSection.py
+++ b/product/ERP5/Document/WebSection.py
@@ -120,8 +120,8 @@ class WebSection(Domain, PermanentURLMixIn):
     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'):