From 626455aab436dca5eb742feed6049e039c8c28d8 Mon Sep 17 00:00:00 2001 From: Jean-Paul Smets <jp@nexedi.com> Date: Sat, 29 Jan 2005 17:31:48 +0000 Subject: [PATCH] fixed comment (is->if) git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@2324 20353a03-c40f-0410-a6d1-a30d3c3de9de --- product/ERP5Type/Base.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/product/ERP5Type/Base.py b/product/ERP5Type/Base.py index 44460df9cf..90726db862 100755 --- a/product/ERP5Type/Base.py +++ b/product/ERP5Type/Base.py @@ -292,8 +292,8 @@ class Base( CopyContainer, PortalContent, ActiveObject, ERP5PropertyManager ): def _aq_dynamic(self, id): global aq_portal_type ptype = self.portal_type - - # Is this is a portal_type property and everything is already defined + + # If this is a portal_type property and everything is already defined # for that portal_type, try to return a value ASAP if aq_portal_type.has_key(ptype): return getattr(aq_portal_type[ptype], id, None) -- 2.30.9