diff -r a9e4c51fc1c1 -r 66401ba9332a selectors.py --- a/selectors.py Tue Oct 05 10:15:09 2010 +0200 +++ b/selectors.py Tue Oct 05 10:17:24 2010 +0200 @@ -624,7 +624,7 @@ @lltrace def sorted_rset(cls, req, rset=None, **kwargs): """Return 1 for sorted result set (e.g. from an RQL query containing an - :ref:ORDERBY clause), with exception that it will return 0 if the rset is + ORDERBY clause), with exception that it will return 0 if the rset is 'ORDERBY FTIRANK(VAR)' (eg sorted by rank value of the has_text index). """ if rset is None: