merge stable
authorAlexandre Fayolle <alexandre.fayolle@logilab.fr>
Mon, 30 Nov 2009 17:48:24 +0100
branchstable
changeset 3950 a014b886b8b4
parent 3949 808aef800909 (diff)
parent 3948 24a25b676671 (current diff)
child 3951 b64c73bdb37b
merge
--- a/rset.py	Mon Nov 30 11:15:59 2009 +0100
+++ b/rset.py	Mon Nov 30 17:48:24 2009 +0100
@@ -452,7 +452,6 @@
     @cached
     def column_types(self, col):
         """return the list of different types in the column with the given col
-        index default to 0 (ie the first column)
 
         :type col: int
         :param col: the index of the desired column