[Checkins] SVN: grok/trunk/src/grok/components.py fixed typos in docstring of class GrokForm

Luciano Ramalho luciano at ramalho.org
Thu Jan 3 11:46:41 EST 2008


Log message for revision 82646:
  fixed typos in docstring of class GrokForm

Changed:
  U   grok/trunk/src/grok/components.py

-=-
Modified: grok/trunk/src/grok/components.py
===================================================================
--- grok/trunk/src/grok/components.py	2008-01-03 16:32:22 UTC (rev 82645)
+++ grok/trunk/src/grok/components.py	2008-01-03 16:46:40 UTC (rev 82646)
@@ -446,10 +446,10 @@
 
 
 class GrokForm(object):
-    """Mix-in to console zope.formlib's forms with grok.View and to
+    """Mix-in to consolidate zope.formlib's forms with grok.View and to
     add some more useful methods.
 
-    The consolation needs to happen because zope.formlib's Forms have
+    The consolidation needs to happen because zope.formlib's Forms have
     update/render methods which have different meanings than
     grok.View's update/render methods.  We deal with this issue by
     'renaming' zope.formlib's update() to update_form() and by



More information about the Checkins mailing list