changeset 526 | 498ff2e16fae |
parent 455 | c4b630e7d0f8 |
child 640 | 8e64f12be69c |
--- a/web/box.py Fri Jan 30 14:39:56 2009 +0100 +++ b/web/box.py Fri Jan 30 15:25:03 2009 +0100 @@ -158,8 +158,7 @@ condition = None def call(self, row=0, col=0, **kwargs): - """classes inheriting from EntityBoxTemplate should defined cell_call, - """ + """classes inheriting from EntityBoxTemplate should define cell_call""" self.cell_call(row, col, **kwargs)