summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/narr/router.rst3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/narr/router.rst b/docs/narr/router.rst
index 3871e154e..09b931627 100644
--- a/docs/narr/router.rst
+++ b/docs/narr/router.rst
@@ -86,7 +86,8 @@ processing?
function. The view function's response is a :term:`response`
object.
-#. A ``NewResponse`` :term:`event` is sent to any subscribers.
+#. A :class:`repoze.bfg.interfaces.INewResponse` :term:`event` is sent
+ to any subscribers.
#. The response object's ``app_iter``, ``status``, and ``headerlist``
attributes are used to generate a WSGI response. The response is