[Checkins] SVN: grok/branches/christiancodeviewsplit/src/grok/components.py updated docstring

Reinout van Rees reinout at vanrees.org
Mon Jul 20 08:19:43 EDT 2009


Log message for revision 102036:
  updated docstring
  

Changed:
  U   grok/branches/christiancodeviewsplit/src/grok/components.py

-=-
Modified: grok/branches/christiancodeviewsplit/src/grok/components.py
===================================================================
--- grok/branches/christiancodeviewsplit/src/grok/components.py	2009-07-20 11:52:55 UTC (rev 102035)
+++ grok/branches/christiancodeviewsplit/src/grok/components.py	2009-07-20 12:19:43 UTC (rev 102036)
@@ -237,11 +237,11 @@
 
 
 class CodeView(grokcore.view.CodeView, BaseView):
-    """ CHECK THIS """
+    """The base class for views with just a render() method in grok apps"""
 
 
 class View(grokcore.view.View, BaseView):
-    """The base class for views in Grok applications.
+    """The base class for views with templates in Grok applications.
 
     Each class that inherits from `grok.View` is designed to "render" a
     category of content objects by reducing them to a document (often an



More information about the Checkins mailing list