summaryrefslogtreecommitdiff
path: root/docs/narr/traversal.rst
diff options
context:
space:
mode:
authorCasey Duncan <casey.duncan@gmail.com>2010-12-31 13:52:51 -0700
committerCasey Duncan <casey.duncan@gmail.com>2010-12-31 13:52:51 -0700
commitf4e5b83c671307c23203ed94916ce04ea29b4329 (patch)
tree1787cc1b4111ab47c372031bcedddde94043a006 /docs/narr/traversal.rst
parent22642d73056f06a1834dce8970922951fa18c5a1 (diff)
downloadpyramid-f4e5b83c671307c23203ed94916ce04ea29b4329.tar.gz
pyramid-f4e5b83c671307c23203ed94916ce04ea29b4329.tar.bz2
pyramid-f4e5b83c671307c23203ed94916ce04ea29b4329.zip
remove stray quote
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 e8949880c..9226cf411 100644
--- a/docs/narr/traversal.rst
+++ b/docs/narr/traversal.rst
@@ -17,7 +17,7 @@ resource.
Using :term:`Traversal` to map a URL to code is optional. It is often
less easy to understand than :term:`URL dispatch`, so if you're a rank
beginner, it probably makes sense to use URL dispatch to map URLs to
-code instead of traversal. In that case, you can skip this chapter.`
+code instead of traversal. In that case, you can skip this chapter.
.. index::
single: traversal details