diff options
| -rw-r--r-- | docs/narr/traversal.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/narr/traversal.rst b/docs/narr/traversal.rst index 3dade8fa5..223d5c671 100644 --- a/docs/narr/traversal.rst +++ b/docs/narr/traversal.rst @@ -367,7 +367,7 @@ and a :term:`view name`. Once :term:`context` and :term:`view name` and associated attributes such as the :term:`subpath` are located, the job of :term:`traversal` -is finished. It passes the back the information it obtained to its +is finished. It passes back the information it obtained to its caller, the :mod:`repoze.bfg` :term:`Router`, which subsequently invokes :term:`view lookup` with the context and view name information. |
