selectors.py
changeset 6397 66401ba9332a
parent 6395 30582ba8b368
child 6402 a589df8b9b66
--- 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: