[Checkins] SVN: grok/trunk/doc/reference/directives.rst - fixed misleading grok.template description and made it more specific

Roman Joost rj at gocept.com
Fri Oct 10 04:06:35 EDT 2008


Log message for revision 91969:
  - fixed misleading grok.template description and made it more specific
    that it expects the template name without file extension
  
  

Changed:
  U   grok/trunk/doc/reference/directives.rst

-=-
Modified: grok/trunk/doc/reference/directives.rst
===================================================================
--- grok/trunk/doc/reference/directives.rst	2008-10-10 07:56:53 UTC (rev 91968)
+++ grok/trunk/doc/reference/directives.rst	2008-10-10 08:06:34 UTC (rev 91969)
@@ -523,7 +523,7 @@
     This directive can only be used on class level.
 
 
-:func:`grok.template` -- specify a template filename
+:func:`grok.template` -- specify a template name
 ====================================================
 
 A class level directive used to specify the template to be rendered
@@ -534,7 +534,7 @@
 
 .. function:: grok.template(template)
 
-    `template` -- name of the template file
+    `template` -- name of the template file without file extension
 
 .. seealso::
 



More information about the Checkins mailing list