diff options
| author | Chris McDonough <chrism@agendaless.com> | 2010-03-03 16:48:45 +0000 |
|---|---|---|
| committer | Chris McDonough <chrism@agendaless.com> | 2010-03-03 16:48:45 +0000 |
| commit | 26a4e86df05fbb71070398fdadb7f4552622fbbf (patch) | |
| tree | bd696db32bd49e7cf74f29acfec0fa7e7b144e12 /docs | |
| parent | eb31917ec91bd44f447e69978545128e13445558 (diff) | |
| download | pyramid-26a4e86df05fbb71070398fdadb7f4552622fbbf.tar.gz pyramid-26a4e86df05fbb71070398fdadb7f4552622fbbf.tar.bz2 pyramid-26a4e86df05fbb71070398fdadb7f4552622fbbf.zip | |
s/term// (thanks to Chris W).
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/narr/traversal.rst | 12 |
1 files changed, 6 insertions, 6 deletions
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 |
