# HG changeset patch # User Alexandre Fayolle # Date 1259599704 -3600 # Node ID a014b886b8b4fd8ad115aaad004fc375e07ab140 # Parent 808aef800909378240ace9a563288dc2ef067bf9# Parent 24a25b67667195e2248cf997b68561f7a27e8572 merge diff -r 24a25b676671 -r a014b886b8b4 rset.py --- 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