# HG changeset patch # User Denis Laxalde # Date 1383641492 -3600 # Node ID 22c96944b17585ebfa8f95bc8f8733b50d1ee91e # Parent 19ab31ea6ffba1dd76afd8afc0736a221f8ac4aa [doc] Refer to RsetTableView in EntityTableView docstring instead of TableView diff -r 19ab31ea6ffb -r 22c96944b175 web/views/tableview.py --- a/web/views/tableview.py Tue Nov 12 17:10:16 2013 +0100 +++ b/web/views/tableview.py Tue Nov 05 09:51:32 2013 +0100 @@ -867,7 +867,7 @@ class EntityTableView(TableMixIn, EntityView): """This abstract table view is designed to be used with an :class:`is_instance()` or :class:`adaptable` predicate, hence doesn't depend - the result set shape as the :class:`TableView` does. + the result set shape as the :class:`RsetTableView` does. It will display columns that should be defined using the `columns` class attribute containing a list of column ids. By default, each column is