Commit fb85ecef authored by Jean-Paul Smets's avatar Jean-Paul Smets

Minor modification of docstring

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@25558 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent e141325e
......@@ -141,7 +141,7 @@ class ExternalSource(XMLObject, UrlMixIn):
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
......
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