diff options
Diffstat (limited to 'doc/build/namespaces.rst')
| -rw-r--r-- | doc/build/namespaces.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/build/namespaces.rst b/doc/build/namespaces.rst index 1453b80..afd323d 100644 --- a/doc/build/namespaces.rst +++ b/doc/build/namespaces.rst @@ -399,7 +399,7 @@ in the ``<%! %>`` of a template. Above, the file ``library.mako`` declares an attribute ``includes`` inside its global ``<%! %>`` section. -``index.mako`` includes this template using the ``<%namespace>`` tag. The base template ``base.mako``, which is the inherited parent of ``index.mako`` and is reponsible for layout, then locates this attribute and iterates through its contents to produce the includes that are specific to ``library.mako``. +``index.mako`` includes this template using the ``<%namespace>`` tag. The base template ``base.mako``, which is the inherited parent of ``index.mako`` and is responsible for layout, then locates this attribute and iterates through its contents to produce the includes that are specific to ``library.mako``. Version Two - Use a specific named def ----------------------------------------- |
