[CMF-checkins] CVS: Products/CMFCore - CatalogTool.py:1.60

Florent Guillaume fg at nuxeo.com
Fri Mar 25 12:17:26 EST 2005


Update of /cvs-repository/Products/CMFCore
In directory cvs.zope.org:/tmp/cvs-serv9479

Modified Files:
	CatalogTool.py 
Log Message:
whitespace+typo


=== Products/CMFCore/CatalogTool.py 1.59 => 1.60 ===
--- Products/CMFCore/CatalogTool.py:1.59	Sun Mar 13 15:40:30 2005
+++ Products/CMFCore/CatalogTool.py	Fri Mar 25 12:17:26 2005
@@ -287,14 +287,14 @@
     security.declarePrivate('unrestrictedSearchResults')
     def unrestrictedSearchResults(self, REQUEST=None, **kw):
         """Calls ZCatalog.searchResults directly without restrictions.
-        
-        This method returns every also not yet effective and already expired 
+
+        This method returns every also not yet effective and already expired
         objects regardless of the roles the caller has.
-        
-        CAUTION: Care must be taken not to open security holes by 
+
+        CAUTION: Care must be taken not to open security holes by
         exposing the results of this method to non authorized callers!
-        
-        If you're in doubth if you should use this method or
+
+        If you're in doubt if you should use this method or
         'searchResults' use the latter.
         """
         return ZCatalog.searchResults(self, REQUEST, **kw)



More information about the CMF-checkins mailing list