selectors.py
changeset 5452 4ac3ea9face9
parent 5426 0d4853a6e5ee
child 5480 2d5c46e78ae9
--- a/selectors.py	Fri Apr 30 14:34:56 2010 +0200
+++ b/selectors.py	Mon May 03 14:09:37 2010 +0200
@@ -594,7 +594,7 @@
 
 
 class multi_lines_rset(Selector):
-    """If `nb`is specified, return 1 if the result set has exactly `nb` row of
+    """If `nb` is specified, return 1 if the result set has exactly `nb` row of
     result. Else (`nb` is None), return 1 if the result set contains *at least*
     two rows.
     """
@@ -612,7 +612,7 @@
 
 
 class multi_columns_rset(multi_lines_rset):
-    """If `nb`is specified, return 1 if the result set has exactly `nb` column
+    """If `nb` is specified, return 1 if the result set has exactly `nb` column
     per row. Else (`nb` is None), return 1 if the result set contains *at least*
     two columns per row. Return 0 for empty result set.
     """