commit-gnue
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[gnue] r7449 - trunk/gnue-common/src/datasources


From: johannes
Subject: [gnue] r7449 - trunk/gnue-common/src/datasources
Date: Thu, 21 Apr 2005 01:51:07 -0500 (CDT)

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 = []





reply via email to

[Prev in Thread] Current Thread [Next in Thread]