summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorCatalin Iacob <iacobcatalin@gmail.com>2013-04-01 17:54:22 +0200
committerCatalin Iacob <iacobcatalin@gmail.com>2013-04-01 18:13:43 +0200
commit1ad37b0891c92087d54255ab1ee9dd0f28b2c150 (patch)
treeba3ee272896805452e13280a37f0126a15eabcec /docs
parent37607c3a9382de7c3757799791a91b80e2d9888d (diff)
downloadpyramid-1ad37b0891c92087d54255ab1ee9dd0f28b2c150.tar.gz
pyramid-1ad37b0891c92087d54255ab1ee9dd0f28b2c150.tar.bz2
pyramid-1ad37b0891c92087d54255ab1ee9dd0f28b2c150.zip
Add missing word
Diffstat (limited to 'docs')
-rw-r--r--docs/narr/subrequest.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/narr/subrequest.rst b/docs/narr/subrequest.rst
index 7c0c61d71..93ce747ee 100644
--- a/docs/narr/subrequest.rst
+++ b/docs/narr/subrequest.rst
@@ -155,7 +155,7 @@ In the example above, the call to
exception. This is because it's using the default value for ``use_tweens``,
which is ``False``. You can pass ``use_tweens=True`` instead to ensure that
it will convert an exception to a Response if an :term:`exception view` is
-configured instead of raising the exception. This because exception views
+configured instead of raising the exception. This is because exception views
are called by the exception view :term:`tween` as described in
:ref:`exception_views` when any view raises an exception.