Commit 288437a4 authored by Yusei Tahara's avatar Yusei Tahara

Fix typo.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@29868 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 4743d746
......@@ -70,7 +70,7 @@ class ICrawlable(Interface):
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 @@ class ICrawlable(Interface):
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
"""
\ No newline at end of file
"""
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment