[Erp5-report] r29868 - /erp5/trunk/products/ERP5/interfaces/crawlable.py

nobody at svn.erp5.org nobody at svn.erp5.org
Wed Oct 21 04:52:21 CEST 2009


Author: yusei
Date: Wed Oct 21 04:52:20 2009
New Revision: 29868

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

Modified:
    erp5/trunk/products/ERP5/interfaces/crawlable.py

Modified: erp5/trunk/products/ERP5/interfaces/crawlable.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/interfaces/crawlable.py?rev=29868&r1=29867&r2=29868&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/interfaces/crawlable.py [utf8] (original)
+++ erp5/trunk/products/ERP5/interfaces/crawlable.py [utf8] Wed Oct 21 04:52:20 2009
@@ -70,7 +70,7 @@
   def isIndexContent(container=None, content=None):
     """
     Returns True if the content document acts as an index
-    to other documents. Returns False is the content document
+    to other documents. Returns False if the content document
     contains relevant content for the end-user. 
 
     This method is used by ERP5 crawlers to make a difference between
@@ -90,4 +90,4 @@
     use the same isIndexContent method which is unified here,
     but with a different signature. This is probably inconsistent
     and the interface must be revised. XXX
-    """
+    """




More information about the Erp5-report mailing list