summaryrefslogtreecommitdiff
path: root/docs/narr/router.rst
diff options
context:
space:
mode:
authorChris McDonough <chrism@agendaless.com>2010-09-13 17:52:21 +0000
committerChris McDonough <chrism@agendaless.com>2010-09-13 17:52:21 +0000
commit5e1b21a4d2df901f3c00f54628cd69d1b76be63a (patch)
treeac64dfc622b2c023613ef0f224532d53c4d7f86a /docs/narr/router.rst
parentc9ac82b2c06f431a1a2aaca9db7d0a129f91db07 (diff)
downloadpyramid-5e1b21a4d2df901f3c00f54628cd69d1b76be63a.tar.gz
pyramid-5e1b21a4d2df901f3c00f54628cd69d1b76be63a.tar.bz2
pyramid-5e1b21a4d2df901f3c00f54628cd69d1b76be63a.zip
glossary name
Diffstat (limited to 'docs/narr/router.rst')
-rw-r--r--docs/narr/router.rst10
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.