diff options
Diffstat (limited to 'docs/narr/traversal.rst')
| -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 4b45c543a..2d7878265 100644 --- a/docs/narr/traversal.rst +++ b/docs/narr/traversal.rst @@ -3,7 +3,7 @@ Traversal ========= -:term:`Traversal` It provides an alternative to using :term:`URL dispatch` to +:term:`Traversal` provides an alternative to using :term:`URL dispatch` to map a URL to a :term:`view callable`. It is the act of locating a :term:`context` resource by walking over a :term:`resource tree`, starting from a :term:`root` resource, using a :term:`request` object as a source of |
