summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMichael Merickel <michael@merickel.org>2013-08-12 11:15:20 -0700
committerMichael Merickel <michael@merickel.org>2013-08-12 11:15:20 -0700
commit486dd8a441a17a6b88340eaf293b808c4e0c138b (patch)
tree793b23f355b02ad7e9d2b0bb50ca40846df33019 /docs
parent159ef62eecd4ec6c5759720ca04d7c18f1d5fd8b (diff)
parentfc9d4cbc8b3ccbd2c2b5c942595bf420eeae4596 (diff)
downloadpyramid-486dd8a441a17a6b88340eaf293b808c4e0c138b.tar.gz
pyramid-486dd8a441a17a6b88340eaf293b808c4e0c138b.tar.bz2
pyramid-486dd8a441a17a6b88340eaf293b808c4e0c138b.zip
Merge pull request #1077 from jeffszusz/#967_DocumentationTypo
#967 fixed 'Sommetime' -> 'Sometimes' in templates.rst
Diffstat (limited to 'docs')
-rw-r--r--docs/narr/templates.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/narr/templates.rst b/docs/narr/templates.rst
index d4cf20b93..af5ad6c5c 100644
--- a/docs/narr/templates.rst
+++ b/docs/narr/templates.rst
@@ -723,7 +723,7 @@ This template doesn't use any advanced features of Mako, only the
Using A Mako def name Within a Renderer Name
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-Sommetime you'd like to render a ``def`` inside of a Mako template instead of
+Sometimes you'd like to render a ``def`` inside of a Mako template instead of
the full Mako template. To render a def inside a Mako template, given a
:term:`Mako` template file named ``foo.mak`` and a def named ``bar``, you can
configure the template as a :term:`renderer` like so: