diff options
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/narr/contextfinding.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/narr/contextfinding.rst b/docs/narr/contextfinding.rst index 65ffe4860..6da10d641 100644 --- a/docs/narr/contextfinding.rst +++ b/docs/narr/contextfinding.rst @@ -28,7 +28,7 @@ finding` and :term:`view lookup`. the application developer which receives the :term:`request` and which returns a :term:`response`. -These two subsystems are are used by :mod:`repoze.bfg` serially: +These two subsystems are used by :mod:`repoze.bfg` serially: first, a :term:`context finding` subsystem does its job. Then the result of context finding is passed to the :term:`view lookup` subsystem. The view lookup system finds a :term:`view callable` |
