From 26a4e86df05fbb71070398fdadb7f4552622fbbf Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Wed, 3 Mar 2010 16:48:45 +0000 Subject: s/term// (thanks to Chris W). --- docs/narr/traversal.rst | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'docs/narr') diff --git a/docs/narr/traversal.rst b/docs/narr/traversal.rst index 126678f07..17c4d73c1 100644 --- a/docs/narr/traversal.rst +++ b/docs/narr/traversal.rst @@ -195,12 +195,12 @@ object is often an instance of a class which has a ``__getitem__`` method. .. warning:: In :mod:`repoze.bfg` 1.0 and prior versions, the root - factory was passed a term WSGI *environment* object (a dictionary) - while in :mod:`repoze.bfg` 1.1+ it is passed a :term:`request` - object. For backwards compatibility purposes, the request object - passed to the root factory has a dictionary-like interface that - emulates the WSGI environment, so code expecting the argument to be - a dictionary will continue to work. + factory was passed a WSGI *environment* object (a dictionary) while + in :mod:`repoze.bfg` 1.1+ it is passed a :term:`request` object. + For backwards compatibility purposes, the request object passed to + the root factory has a dictionary-like interface that emulates the + WSGI environment, so code expecting the argument to be a dictionary + will continue to work. If no :term:`root factory` is passed to the :mod:`repoze.bfg` :term:`Configurator` constructor, or the ``root_factory`` is specified -- cgit v1.2.3