Author: johannes
Date: 2005-04-21 01:50:58 -0500 (Thu, 21 Apr 2005)
New Revision: 7449

Modified:
   trunk/gnue-common/src/datasources/GDataSource.py
Log:
Fixed docstring


Modified: trunk/gnue-common/src/datasources/GDataSource.py
===================================================================
--- trunk/gnue-common/src/datasources/GDataSource.py    2005-04-20 22:42:57 UTC 
(rev 7448)
+++ trunk/gnue-common/src/datasources/GDataSource.py    2005-04-21 06:50:58 UTC 
(rev 7449)
@@ -591,10 +591,10 @@
   def __convertOrderBy (self, order_by):
     """
     This function transforms an order_by rule into a proper 'sorting' sequence,
-    made of tuples with fieldname and sort-direction.
+    made of dictionaries with the keys 'name', 'descending' and 'ignorecase'.
 
     @param order_by: string, unicode-string, sequence with sort-order
-    @return: sequence of tuples (field, direction)
+    @return: sequence of dictionaries (name, descending, ignorecase)
     """
 
     result = []



_______________________________________________
Commit-gnue mailing list
Commit-gnue@gnu.org
http://lists.gnu.org/mailman/listinfo/commit-gnue

Reply via email to