selectors.py
changeset 5715 2c3e83817a8e
parent 5627 a7e40cccdc9b
child 5736 375819ec7d43
--- a/selectors.py	Thu Jun 10 14:16:49 2010 +0200
+++ b/selectors.py	Thu Jun 10 16:23:07 2010 +0200
@@ -538,8 +538,8 @@
 @objectify_selector
 @lltrace
 def one_line_rset(cls, req, rset=None, row=None, **kwargs):
-    """Return 1 if the result set is of size 1 or if a specific row in the
-    result set is specified ('row' argument).
+    """Return 1 if the result set is of size 1, or greater but a specific row in
+      the result set is specified ('row' argument).
     """
     if rset is not None and (row is not None or rset.rowcount == 1):
         return 1