[Erp5-report] r25558 - /erp5/trunk/products/ERP5/Document/ExternalSource.py

nobody at svn.erp5.org nobody at svn.erp5.org
Sat Feb 14 10:28:58 CET 2009


Author: jp
Date: Sat Feb 14 10:28:58 2009
New Revision: 25558

URL: http://svn.erp5.org?rev=25558&view=rev
Log:
Minor modification of docstring

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

Modified: erp5/trunk/products/ERP5/Document/ExternalSource.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/Document/ExternalSource.py?rev=25558&r1=25557&r2=25558&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/Document/ExternalSource.py [utf8] (original)
+++ erp5/trunk/products/ERP5/Document/ExternalSource.py [utf8] Sat Feb 14 10:28:58 2009
@@ -141,7 +141,7 @@
   security.declareProtected(Permissions.View, 'isIndexContent')
   def isIndexContent(self, content=None):
     """
-      This method is able to answer a content object if it is an index or a
+      This method is able to tell if content object is an index or
       "real" content.  Sometimes (though not often) we want to define a content
       as index (e.g. if it is only a list of mailing list messages), so that we
       do not index it for searching etc).  Default implementation returns




More information about the Erp5-report mailing list