[Checkins] SVN: grok/trunk/src/grok/ftests/viewlet/template_namespaces.py small semantical difference

Jan-Wijbrand Kolman janwijbrand at gmail.com
Mon Jun 23 15:15:03 EDT 2008


Log message for revision 87684:
  small semantical difference

Changed:
  U   grok/trunk/src/grok/ftests/viewlet/template_namespaces.py

-=-
Modified: grok/trunk/src/grok/ftests/viewlet/template_namespaces.py
===================================================================
--- grok/trunk/src/grok/ftests/viewlet/template_namespaces.py	2008-06-23 19:13:04 UTC (rev 87683)
+++ grok/trunk/src/grok/ftests/viewlet/template_namespaces.py	2008-06-23 19:15:03 UTC (rev 87684)
@@ -1,7 +1,7 @@
 """
 Let's check that the viewlet namespaces are correct. In particular,
 ``view`` in a template should refer to the namespace of the view the
-viewlet is defined on, not the actual viewlet itself.
+viewlet is registered for, not the actual viewlet itself.
 
   >>> root = getRootFolder()
   >>> root['cave'] = Cave()



More information about the Checkins mailing list