diff options
| author | Michael Merickel <michael@merickel.org> | 2013-04-07 10:11:36 -0700 |
|---|---|---|
| committer | Michael Merickel <michael@merickel.org> | 2013-04-07 10:11:36 -0700 |
| commit | 9663a27234dc979fd8f51612c9a866ce375ce4c0 (patch) | |
| tree | 7d95774b136fe723bd68ea0fc313ca39ebee6c12 /docs/api | |
| parent | beb249fdbdf64f75c5e68f2eedc4f6332defdb43 (diff) | |
| parent | aaedf52756cf1844deaea432e9c52d740d977789 (diff) | |
| download | pyramid-9663a27234dc979fd8f51612c9a866ce375ce4c0.tar.gz pyramid-9663a27234dc979fd8f51612c9a866ce375ce4c0.tar.bz2 pyramid-9663a27234dc979fd8f51612c9a866ce375ce4c0.zip | |
Merge pull request #978 from tshepang/diff
fix some cross-references
Diffstat (limited to 'docs/api')
| -rw-r--r-- | docs/api/request.rst | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/api/request.rst b/docs/api/request.rst index 7b843f86e..b1f5918d7 100644 --- a/docs/api/request.rst +++ b/docs/api/request.rst @@ -190,16 +190,16 @@ :meth:`~pyramid.config.Configurator.set_request_property`) on the request it's passed. - - 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 + - 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 + - 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 |
