[doc] docstring more explicit for pyviews stable
authorStephanie Marcu <stephanie.marcu@logilab.fr>
Tue, 10 Aug 2010 14:56:31 +0200
branchstable
changeset 6088 28f49a4fe702
parent 6087 bdfbd6aa5758
child 6089 b0975c6f2e44
child 6090 887c069d88df
[doc] docstring more explicit for pyviews
web/views/pyviews.py
--- a/web/views/pyviews.py	Tue Aug 10 14:22:17 2010 +0200
+++ b/web/views/pyviews.py	Tue Aug 10 14:56:31 2010 +0200
@@ -15,14 +15,14 @@
 #
 # You should have received a copy of the GNU Lesser General Public License along
 # with CubicWeb.  If not, see <http://www.gnu.org/licenses/>.
-"""Views to display bare python values
-
+"""Basic views for python values (eg without any result set)
 """
 __docformat__ = "restructuredtext en"
 
 from cubicweb.view import View
 from cubicweb.selectors import match_kwargs
 
+
 class PyValTableView(View):
     __regid__ = 'pyvaltable'
     __select__ = match_kwargs('pyvalue')