diff options
| author | Ville Skyttä <ville.skytta@iki.fi> | 2017-05-17 23:16:59 +0000 |
|---|---|---|
| committer | Michael Bayer <classic@zzzcomputing.com> | 2017-05-17 23:16:59 +0000 |
| commit | d88e62cb24124d7ce7b1305b79d6a8d6574df80e (patch) | |
| tree | 5ba6c10407724176f7764771f42bb5da275e530f /doc/build/namespaces.rst | |
| parent | 26f89c9baeceed65b30baf14e74bad19408693b9 (diff) | |
| parent | 317d300f6fe7e9fd56f7a84d29349f852f6d3e17 (diff) | |
| download | external_python_mako-d88e62cb24124d7ce7b1305b79d6a8d6574df80e.tar.gz external_python_mako-d88e62cb24124d7ce7b1305b79d6a8d6574df80e.tar.bz2 external_python_mako-d88e62cb24124d7ce7b1305b79d6a8d6574df80e.zip | |
Merged in scop/mako/spelling (pull request #25)
Spelling fixes
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 ----------------------------------------- |
