summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-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