[Checkins] SVN: z3c.template/trunk/src/z3c/template/zcml.py There is a subtle difference between 'hole' and 'whole'.

Marius Gedminas marius at pov.lt
Tue Sep 30 14:50:43 EDT 2008


Log message for revision 91641:
  There is a subtle difference between 'hole' and 'whole'.
  
  

Changed:
  U   z3c.template/trunk/src/z3c/template/zcml.py

-=-
Modified: z3c.template/trunk/src/z3c/template/zcml.py
===================================================================
--- z3c.template/trunk/src/z3c/template/zcml.py	2008-09-30 18:27:48 UTC (rev 91640)
+++ z3c.template/trunk/src/z3c/template/zcml.py	2008-09-30 18:50:42 UTC (rev 91641)
@@ -51,10 +51,10 @@
         description = u"""
             The macro to be used.
             This allows us to define different macros in one template.
-            The template designer can now create hole site, the
+            The template designer can now create a whole site, the
             ViewTemplate can then extract the macros for single viewlets
             or views.
-            If no macro is given the hole template is used for rendering.
+            If no macro is given the whole template is used for rendering.
             """,
         default = u'',
         required = False,



More information about the Checkins mailing list