summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorTshepang Lekhonkhobe <tshepang@gmail.com>2013-02-26 23:08:10 +0200
committerTshepang Lekhonkhobe <tshepang@gmail.com>2013-02-26 23:08:10 +0200
commit16f2011492d96f1e6169bfbd05cd003192b07329 (patch)
tree467b3bfde0e4a76ab73c85d55f9f28221e1a68e7 /docs
parent58661e6744a9588e84988c2b02b4ebb913ab0ac3 (diff)
downloadpyramid-16f2011492d96f1e6169bfbd05cd003192b07329.tar.gz
pyramid-16f2011492d96f1e6169bfbd05cd003192b07329.tar.bz2
pyramid-16f2011492d96f1e6169bfbd05cd003192b07329.zip
grammar
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 6a1fbf916..89024a34e 100644
--- a/docs/narr/templates.rst
+++ b/docs/narr/templates.rst
@@ -621,7 +621,7 @@ Debugging Templates
-------------------
A :exc:`NameError` exception resulting from rendering a template with an
-undefined variable (e.g. ``${wrong}``) might will end like this:
+undefined variable (e.g. ``${wrong}``) might end up looking like this:
.. code-block:: text