# HG changeset patch # User Sylvain Thénault # Date 1267163822 -3600 # Node ID d9e51820d0c2ea909f955a6c5632f7ec25b56d5a # Parent 3acd198a66c9ab6f07e7eb76be4ad5befbabc1a0 fix docstring diff -r 3acd198a66c9 -r d9e51820d0c2 schema.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 diff -r 3acd198a66c9 -r d9e51820d0c2 view.py --- 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'