fix rset.column_types docstring to reflect reality stable
authorAlexandre Fayolle <alexandre.fayolle@logilab.fr>
Mon, 30 Nov 2009 17:48:01 +0100
branchstable
changeset 3949 808aef800909
parent 3946 9530e1cf9d49
child 3950 a014b886b8b4
fix rset.column_types docstring to reflect reality
rset.py
--- a/rset.py	Sun Nov 29 23:48:22 2009 +0100
+++ b/rset.py	Mon Nov 30 17:48:01 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