diff options
| author | Tshepang Lekhonkhobe <tshepang@gmail.com> | 2013-04-05 00:00:44 +0200 |
|---|---|---|
| committer | Tshepang Lekhonkhobe <tshepang@gmail.com> | 2013-04-05 08:54:29 +0200 |
| commit | f758ec6487bb3b57fb5b1c3aa9ac1f28930d6bd8 (patch) | |
| tree | 9d3832303da0487047debf52c29dd204cd962b40 /docs/narr/subrequest.rst | |
| parent | 84e455cf7c8d9cbfe6658548a61af2ecbbc1749e (diff) | |
| download | pyramid-f758ec6487bb3b57fb5b1c3aa9ac1f28930d6bd8.tar.gz pyramid-f758ec6487bb3b57fb5b1c3aa9ac1f28930d6bd8.tar.bz2 pyramid-f758ec6487bb3b57fb5b1c3aa9ac1f28930d6bd8.zip | |
fix some cross-references
Diffstat (limited to 'docs/narr/subrequest.rst')
| -rw-r--r-- | docs/narr/subrequest.rst | 8 |
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 |
