From 94c5038ea32f73df00d3ab00019c1be5b6366b8e Mon Sep 17 00:00:00 2001 From: Michael Elsdoerfer Date: Fri, 28 May 2010 09:40:45 +0200 Subject: [PATCH] This comment wasn't really correct anymore, must have been accidentally copied from the old "Table" class. --- django_tables/memory.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/django_tables/memory.py b/django_tables/memory.py index 35ccac6..40d147c 100644 --- a/django_tables/memory.py +++ b/django_tables/memory.py @@ -29,9 +29,9 @@ def sort_table(data, order_by): class MemoryTable(BaseTable): - - # This is a separate class from BaseTable in order to abstract the way - # self.columns is specified. + """Table that is based on an in-memory dataset (a list of dict-like + objects). + """ def _build_snapshot(self): """Rebuilds the table whenever it's options change. -- 2.26.2