diff options
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/narr/introduction.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/narr/introduction.rst b/docs/narr/introduction.rst index 5352cc70b..728bac6a7 100644 --- a/docs/narr/introduction.rst +++ b/docs/narr/introduction.rst @@ -296,7 +296,7 @@ A Traversal Example Let's pretend the user asks for ``http://example.com/foo/bar/baz/biz/buz.txt``. Let's pretend that the -request's PATH_INFO in that case is ``foo/bar/baz/biz/buz.txt``. +request's PATH_INFO in that case is ``/foo/bar/baz/biz/buz.txt``. Let's further pretend that when this request comes in that we're traversing the follwing graph:: |
