summaryrefslogtreecommitdiff
path: root/docs/narr/hooks.rst
diff options
context:
space:
mode:
authorChris McDonough <chrism@agendaless.com>2009-01-16 22:00:45 +0000
committerChris McDonough <chrism@agendaless.com>2009-01-16 22:00:45 +0000
commit8325f1a17d17f744582ffb9eef50da117a00e57f (patch)
tree60f26c3df09ebef6c65f6594aa6726f174a7d997 /docs/narr/hooks.rst
parent1ccc194a225c579ba937fe1578f841db9aeb2720 (diff)
downloadpyramid-8325f1a17d17f744582ffb9eef50da117a00e57f.tar.gz
pyramid-8325f1a17d17f744582ffb9eef50da117a00e57f.tar.bz2
pyramid-8325f1a17d17f744582ffb9eef50da117a00e57f.zip
- Add a section on "Using BFG Security With URL Dispatch" into the
urldispatch chapter of the documentation. Clean up "BFG" vernacular (replace with repoze.bfg).
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: