summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorChris McDonough <chrism@agendaless.com>2008-07-18 02:29:24 +0000
committerChris McDonough <chrism@agendaless.com>2008-07-18 02:29:24 +0000
commit90351e095cd3b761223d8b9535c70b0f30e70095 (patch)
tree2c0e39a6d653c79717a129931709e2412474a08b /docs
parentbe742d0b9059701195278b1bdbdac16e567e38d1 (diff)
downloadpyramid-90351e095cd3b761223d8b9535c70b0f30e70095.tar.gz
pyramid-90351e095cd3b761223d8b9535c70b0f30e70095.tar.bz2
pyramid-90351e095cd3b761223d8b9535c70b0f30e70095.zip
Get the leading slash in.
Diffstat (limited to 'docs')
-rw-r--r--docs/narr/introduction.rst2
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::