Skip to content
This repository has been archived by the owner on Dec 17, 2020. It is now read-only.

Commit

Permalink
try to make description more readable
Browse files Browse the repository at this point in the history
  • Loading branch information
freddrake committed Jul 25, 2007
1 parent 0d75ffa commit e5df882
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/z3c/viewtemplate/zcml.py
Expand Up @@ -55,10 +55,10 @@ class ITemplateDirective(interface.Interface):
description = _(u"""
The macro to be used.
This allows us to define different macros in on template.
The template designer can now create hole 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.
The template designer can now create macros for the whole site
in a single page template, and ViewTemplate can then extract
the macros for single viewlets or views.
If no macro is given the whole template is used for rendering.
"""),
required = False,
default = u'',
Expand Down

0 comments on commit e5df882

Please sign in to comment.