summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/narr/hooks.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/narr/hooks.rst b/docs/narr/hooks.rst
index 17cae2c67..8e6cf8343 100644
--- a/docs/narr/hooks.rst
+++ b/docs/narr/hooks.rst
@@ -368,6 +368,9 @@ changed by passing a ``response_factory`` argument to the constructor of the
:term:`configurator`. This argument can be either a callable or a
:term:`dotted Python name` representing a callable.
+The factory takes a single positional argument, which is a :term:`Request`
+object. The argument may be the value ``None``.
+
.. code-block:: python
:linenos: