From 90351e095cd3b761223d8b9535c70b0f30e70095 Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Fri, 18 Jul 2008 02:29:24 +0000 Subject: Get the leading slash in. --- docs/narr/introduction.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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:: -- cgit v1.2.3