summaryrefslogtreecommitdiff
path: root/docs/narr/subrequest.rst
diff options
context:
space:
mode:
authorMichael Merickel <michael@merickel.org>2013-04-05 07:56:58 -0700
committerMichael Merickel <michael@merickel.org>2013-04-05 07:56:58 -0700
commitdc272d12ec4fd9b8b3b54889b2ff9c7e5e3b8bd4 (patch)
tree33adc604821eb7df739347907fb99be240619667 /docs/narr/subrequest.rst
parent84e455cf7c8d9cbfe6658548a61af2ecbbc1749e (diff)
parent5e28d6fa6f2add7bd82aecad45f24c7c4672a253 (diff)
downloadpyramid-dc272d12ec4fd9b8b3b54889b2ff9c7e5e3b8bd4.tar.gz
pyramid-dc272d12ec4fd9b8b3b54889b2ff9c7e5e3b8bd4.tar.bz2
pyramid-dc272d12ec4fd9b8b3b54889b2ff9c7e5e3b8bd4.zip
Merge pull request #970 from tshepang/diff
fix some cross-references and markup
Diffstat (limited to 'docs/narr/subrequest.rst')
-rw-r--r--docs/narr/subrequest.rst8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/narr/subrequest.rst b/docs/narr/subrequest.rst
index 93ce747ee..6437bd0fa 100644
--- a/docs/narr/subrequest.rst
+++ b/docs/narr/subrequest.rst
@@ -223,16 +223,16 @@ unconditionally:
:meth:`~pyramid.config.Configurator.set_request_property`) on the subrequest
object passed as ``request``
-- causes a :class:`~pyramid.event.NewRequest` event to be sent at the
+- causes a :class:`~pyramid.events.NewRequest` event to be sent at the
beginning of request processing.
-- causes a :class:`~pyramid.event.ContextFound` event to be sent when a
+- causes a :class:`~pyramid.events.ContextFound` event to be sent when a
context resource is found.
-
+
- Ensures that the user implied by the request passed has the necessary
authorization to invoke view callable before calling it.
-- causes a :class:`~pyramid.event.NewResponse` event to be sent when the
+- causes a :class:`~pyramid.events.NewResponse` event to be sent when the
Pyramid application returns a response.
- Calls any :term:`response callback` functions defined within the subrequest's