diff options
Diffstat (limited to 'docs/api/request.rst')
| -rw-r--r-- | docs/api/request.rst | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/docs/api/request.rst b/docs/api/request.rst index c37565ccd..e53028b0f 100644 --- a/docs/api/request.rst +++ b/docs/api/request.rst @@ -1,9 +1,9 @@ .. _request_module: -:mod:`repoze.bfg.request` +:mod:`pyramid.request` --------------------------- -.. module:: repoze.bfg.request +.. module:: pyramid.request .. autoclass:: Request :members: @@ -77,7 +77,7 @@ If an exception was raised by a :term:`root factory` or a :term:`view callable`, or at various other points where - :mod:`repoze.bfg` executes user-defined code during the + :mod:`pyramid` executes user-defined code during the processing of a request, the exception object which was caught will be available as the ``exception`` attribute of the request within a :term:`exception view`, a :term:`response callback` or a @@ -85,6 +85,3 @@ of ``request.exception`` will be ``None`` within response and finished callbacks. - .. note:: The exception attribute is new in :mod:`repoze.bfg` - 1.3. - |
