diff options
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/narr/hooks.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/narr/hooks.rst b/docs/narr/hooks.rst index 965a4c77f..e96cd510d 100644 --- a/docs/narr/hooks.rst +++ b/docs/narr/hooks.rst @@ -496,9 +496,9 @@ value of ``None``. Response callbacks are called in the order they're added (first-to-most-recently-added). All response callbacks are called -*before* the :class:`repoze.bfg.interfaces.INewResponse` event is -sent. Errors raised by response callbacks are not handled specially. -They will be propagated to the caller of the :mod:`repoze.bfg` router +*after* the :class:`repoze.bfg.interfaces.INewResponse` event is sent. +Errors raised by response callbacks are not handled specially. They +will be propagated to the caller of the :mod:`repoze.bfg` router application. A response callback has a lifetime of a *single* request. If you want |
