summaryrefslogtreecommitdiff
path: root/docs/narr/traversal.rst
diff options
context:
space:
mode:
authorChristoph Zwerschke <cito@online.de>2011-06-03 10:37:13 +0200
committerChristoph Zwerschke <cito@online.de>2011-06-03 10:37:13 +0200
commite2cd788bc0fdf4b3e8da0221f27f05bbc4ed6590 (patch)
treebd07adaef399d4314a271bf4dce6b58ad7d1d717 /docs/narr/traversal.rst
parent83940c9a3caf63e9a2d7e013f35f08a90aea4dab (diff)
downloadpyramid-e2cd788bc0fdf4b3e8da0221f27f05bbc4ed6590.tar.gz
pyramid-e2cd788bc0fdf4b3e8da0221f27f05bbc4ed6590.tar.bz2
pyramid-e2cd788bc0fdf4b3e8da0221f27f05bbc4ed6590.zip
Fixed quote chars.
Diffstat (limited to 'docs/narr/traversal.rst')
-rw-r--r--docs/narr/traversal.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/narr/traversal.rst b/docs/narr/traversal.rst
index 86a33eed1..e1715dc25 100644
--- a/docs/narr/traversal.rst
+++ b/docs/narr/traversal.rst
@@ -52,7 +52,7 @@ For example, if the path info sequence is ``['a', 'b', 'c']``:
- Next, the first element (``'a'``) is popped from the path segment
sequence and is used as a key to lookup the corresponding resource
in the root. This invokes the root resource's ``__getitem__`` method
- using that value (`'`a'``) as an argument.
+ using that value (``'a'``) as an argument.
- If the root resource "contains" a resource with key ``'a'``, its
``__getitem__`` method will return it. The :term:`context` temporarily