diff options
| author | Chris McDonough <chrism@agendaless.com> | 2009-01-16 22:00:45 +0000 |
|---|---|---|
| committer | Chris McDonough <chrism@agendaless.com> | 2009-01-16 22:00:45 +0000 |
| commit | 8325f1a17d17f744582ffb9eef50da117a00e57f (patch) | |
| tree | 60f26c3df09ebef6c65f6594aa6726f174a7d997 /docs/narr/hooks.rst | |
| parent | 1ccc194a225c579ba937fe1578f841db9aeb2720 (diff) | |
| download | pyramid-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.rst | 6 |
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: |
