From 5e1b21a4d2df901f3c00f54628cd69d1b76be63a Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Mon, 13 Sep 2010 17:52:21 +0000 Subject: glossary name --- docs/narr/router.rst | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'docs') 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. -- cgit v1.2.3