view.py
branchstable
changeset 4702 d9e51820d0c2
parent 4459 f628abfb3a6c
child 5377 84d14ddfae13
--- a/view.py	Fri Feb 26 06:55:43 2010 +0100
+++ b/view.py	Fri Feb 26 06:57:02 2010 +0100
@@ -91,9 +91,9 @@
     * the `category` attribute may be used in the interface to regroup related
       objects together
 
-    At instantiation time, the standard `req`, `rset`, and `cursor`
-    attributes are added and the `w` attribute will be set at rendering
-    time to a write function to use.
+    At instantiation time, the standard `_cw`, and `cw_rset` attributes are
+    added and the `w` attribute will be set at rendering time to a write
+    function to use.
     """
     __registry__ = 'views'