Skip to content

Commit

Permalink
fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
hannosch committed Mar 25, 2012
1 parent bfb1315 commit 76ddd31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Products/ZCatalog/Catalog.py
Expand Up @@ -457,7 +457,7 @@ def make_query(self, request):
return query

def _sorted_search_indexes(self, query):
# Simple implementation doing no ordering.
# Simple implementation ordering only by limited result support
query_keys = query.keys()
order = []
for name, index in self.indexes.items():
Expand Down

0 comments on commit 76ddd31

Please sign in to comment.