[Checkins] SVN: grokcore.viewlet/trunk/src/grokcore/viewlet/components.py fix typo

Jan-Wijbrand Kolman janwijbrand at gmail.com
Mon Jun 27 10:42:51 EDT 2011


Log message for revision 121987:
  fix typo

Changed:
  U   grokcore.viewlet/trunk/src/grokcore/viewlet/components.py

-=-
Modified: grokcore.viewlet/trunk/src/grokcore/viewlet/components.py
===================================================================
--- grokcore.viewlet/trunk/src/grokcore/viewlet/components.py	2011-06-27 11:29:34 UTC (rev 121986)
+++ grokcore.viewlet/trunk/src/grokcore/viewlet/components.py	2011-06-27 14:42:51 UTC (rev 121987)
@@ -125,7 +125,7 @@
         """Return True if this viewlet is to be rendered. False otherwise.
 
         Note that the available() method is called *after* update() but
-        *before* render() but has been called.
+        *before* render() has been called.
         """
         return True
 



More information about the checkins mailing list