diff options
Diffstat (limited to 'repoze/bfg/request.py')
| -rw-r--r-- | repoze/bfg/request.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/repoze/bfg/request.py b/repoze/bfg/request.py index 6a7ce14ac..0e764b34a 100644 --- a/repoze/bfg/request.py +++ b/repoze/bfg/request.py @@ -68,7 +68,7 @@ class Request(WebobRequest): called if an exception happens in application code, or if the response object returned by :term:`view` code is invalid. - All response callbacks are called *before* the + All response callbacks are called *after* the :class:`repoze.bfg.interfaces.INewResponse` event is sent. Errors raised by callbacks are not handled specially. They |
