fix docstring stable
authorSylvain Thénault <sylvain.thenault@logilab.fr>
Fri, 26 Feb 2010 06:57:02 +0100
branchstable
changeset 4702 d9e51820d0c2
parent 4701 3acd198a66c9
child 4703 4e803c30b7db
fix docstring
schema.py
view.py
--- a/schema.py	Fri Feb 26 06:55:43 2010 +0100
+++ b/schema.py	Fri Feb 26 06:57:02 2010 +0100
@@ -462,7 +462,6 @@
     """set of entities and relations schema defining the possible data sets
     used in an application
 
-
     :type name: str
     :ivar name: name of the schema, usually the instance identifier
 
--- 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'