web/views/tableview.py
changeset 8535 268b6349baf3
parent 8464 895e34d9ae0d
parent 8480 086cff6a306a
child 8871 7d1ccaac5ae3
--- a/web/views/tableview.py	Fri Aug 03 13:29:37 2012 +0200
+++ b/web/views/tableview.py	Fri Sep 07 14:01:59 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