[Checkins] SVN: z3c.template/branches/nadako-contexttemplate/src/z3c/template/README.txt Fix some typos.

Dan Korostelev nadako at gmail.com
Thu Feb 26 07:21:17 EST 2009


Log message for revision 97295:
  Fix some typos.

Changed:
  U   z3c.template/branches/nadako-contexttemplate/src/z3c/template/README.txt

-=-
Modified: z3c.template/branches/nadako-contexttemplate/src/z3c/template/README.txt
===================================================================
--- z3c.template/branches/nadako-contexttemplate/src/z3c/template/README.txt	2009-02-26 11:28:04 UTC (rev 97294)
+++ z3c.template/branches/nadako-contexttemplate/src/z3c/template/README.txt	2009-02-26 12:21:17 UTC (rev 97295)
@@ -392,9 +392,8 @@
   ...         self.context = context
   ...         self.request = request
 
-By defining the "template" property as a "RegisteredPageTemplate" a lookup for
-a registered template is done when it is called. Also notice that it is no
-longer necessary to derive the view from BaseView!
+By defining the "template" property as a "getPageTemplate" a lookup for
+a registered template is done when it is called.
 
   >>> simple = UseOfViewTemplate(root, request)
   >>> print simple.template()
@@ -402,7 +401,7 @@
 
 Because the demo template was registered for any ("None") interface we see the
 demo template when rendering our new view. We register a new template
-especially for the new view. Also not that the "macroTemplate" has been
+especially for the new view. Also note that the "macroTemplate" has been
 created earlier in this test.
 
   >>> factory = TemplateFactory(contentTemplate, 'text/html')



More information about the Checkins mailing list