web/views/tableview.py
branchstable
changeset 8480 086cff6a306a
parent 8425 b86bdc343c18
child 8535 268b6349baf3
--- a/web/views/tableview.py	Fri Jul 20 10:46:27 2012 +0200
+++ b/web/views/tableview.py	Fri Jul 20 10:25:55 2012 +0200
@@ -174,8 +174,8 @@
 
     @cachedproperty
     def initial_load(self):
-        """We detect a bit heuristically if we are built for the first time.
-        or from subsequent calls by the form filter or by the pagination hooks.
+        """We detect a bit heuristically if we are built for the first time or
+        from subsequent calls by the form filter or by the pagination hooks.
         """
         form = self._cw.form
         return 'fromformfilter' not in form and '__fromnavigation' not in form