summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorCatalin Iacob <iacobcatalin@gmail.com>2013-03-31 13:58:49 +0200
committerCatalin Iacob <iacobcatalin@gmail.com>2013-04-01 18:13:43 +0200
commitfe30a28c0ab6e6b3ad50893baf06316aa68bd48f (patch)
treedbc96d22d5b3041ca6bff3ed2e730ef2841fd95b /docs
parent11169c3a294cfc32cd650cb244307d60262886f9 (diff)
downloadpyramid-fe30a28c0ab6e6b3ad50893baf06316aa68bd48f.tar.gz
pyramid-fe30a28c0ab6e6b3ad50893baf06316aa68bd48f.tar.bz2
pyramid-fe30a28c0ab6e6b3ad50893baf06316aa68bd48f.zip
Remove extra 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 033f045a6..7c0c61d71 100644
--- a/docs/narr/subrequest.rst
+++ b/docs/narr/subrequest.rst
@@ -250,7 +250,7 @@ It's a poor idea to use the original ``request`` object as an argument to
:meth:`~pyramid.request.Request.invoke_subrequest`. You should construct a
new request instead as demonstrated in the above example, using
:meth:`pyramid.request.Request.blank`. Once you've constructed a request
-object, you'll need to massage the it to match the view callable you'd like
+object, you'll need to massage it to match the view callable you'd like
to be executed during the subrequest. This can be done by adjusting the
subrequest's URL, its headers, its request method, and other attributes. The
documentation for :class:`pyramid.request.Request` exposes the methods you