summaryrefslogtreecommitdiff
path: root/docs/narr/hooks.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/narr/hooks.rst')
-rw-r--r--docs/narr/hooks.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/narr/hooks.rst b/docs/narr/hooks.rst
index 009943e9e..5d1c9612e 100644
--- a/docs/narr/hooks.rst
+++ b/docs/narr/hooks.rst
@@ -13,9 +13,9 @@ Changing the request factory
You may change the class used as the "request factory" from within the
:mod:`repoze.bfg` ``Router`` class (the ``Router`` class turns the
WSGI environment into a "request" object which is used ubiquitously
-throughout BFG). The default "request factory" is the class
-``webob.Request``. You may change it by placing the following ZCML in
-your ``configure.zcml`` file.
+throughout :mod:`repoze.bfg`). The default "request factory" is the
+class ``webob.Request``. You may change it by placing the following
+ZCML in your ``configure.zcml`` file.
.. code-block:: xml
:linenos: