diff options
| author | Chris McDonough <chrism@agendaless.com> | 2010-09-13 17:52:21 +0000 |
|---|---|---|
| committer | Chris McDonough <chrism@agendaless.com> | 2010-09-13 17:52:21 +0000 |
| commit | 5e1b21a4d2df901f3c00f54628cd69d1b76be63a (patch) | |
| tree | ac64dfc622b2c023613ef0f224532d53c4d7f86a /docs/narr | |
| parent | c9ac82b2c06f431a1a2aaca9db7d0a129f91db07 (diff) | |
| download | pyramid-5e1b21a4d2df901f3c00f54628cd69d1b76be63a.tar.gz pyramid-5e1b21a4d2df901f3c00f54628cd69d1b76be63a.tar.bz2 pyramid-5e1b21a4d2df901f3c00f54628cd69d1b76be63a.zip | |
glossary name
Diffstat (limited to 'docs/narr')
| -rw-r--r-- | docs/narr/router.rst | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/docs/narr/router.rst b/docs/narr/router.rst index 8bb76b366..4b27b4b39 100644 --- a/docs/narr/router.rst +++ b/docs/narr/router.rst @@ -26,11 +26,11 @@ processing? #. A :term:`request` object is created based on the WSGI environment. -#. The :term:`registry` associated with the application and the - :term:`request` object created in the last step are pushed on to the - :term:`thread local` stack that :mod:`repoze.bfg` uses to allow the - functions named :func:`repoze.bfg.threadlocal.get_current_request` - and :func:`repoze.bfg.threadlocal.get_current_registry` to work. +#. The :term:`application registry` and the :term:`request` object + created in the last step are pushed on to the :term:`thread local` + stack that :mod:`repoze.bfg` uses to allow the functions named + :func:`repoze.bfg.threadlocal.get_current_request` and + :func:`repoze.bfg.threadlocal.get_current_registry` to work. #. A :class:`repoze.bfg.interfaces.INewRequest` :term:`event` is sent to any subscribers. |
